remove unused files

This commit is contained in:
mmagician
2024-07-17 23:11:16 +02:00
parent 1c2e578c7e
commit bc2c1a5ddc
22 changed files with 724 additions and 94 deletions

View File

@@ -96,7 +96,7 @@ mod tests {
#[tokio::test]
async fn satisfied() {
let cfg = CircomConfig::<Bn254>::new(
"./test-vectors/mycircuit.wasm",
"./test-vectors/mycircuit_js/mycircuit.wasm",
"./test-vectors/mycircuit.r1cs",
)
.unwrap();

View File

@@ -268,7 +268,7 @@ mod tests {
#[tokio::test]
async fn multiplier_1() {
run_test(TestCase {
circuit_path: root_path("test-vectors/mycircuit.wasm").as_str(),
circuit_path: root_path("test-vectors/mycircuit_js/mycircuit.wasm").as_str(),
inputs_path: root_path("test-vectors/mycircuit-input1.json").as_str(),
n64: 4,
witness: &["1", "33", "3", "11"],
@@ -278,7 +278,7 @@ mod tests {
#[tokio::test]
async fn multiplier_2() {
run_test(TestCase {
circuit_path: root_path("test-vectors/mycircuit.wasm").as_str(),
circuit_path: root_path("test-vectors/mycircuit_js/mycircuit.wasm").as_str(),
inputs_path: root_path("test-vectors/mycircuit-input2.json").as_str(),
n64: 4,
witness: &[
@@ -293,7 +293,7 @@ mod tests {
#[tokio::test]
async fn multiplier_3() {
run_test(TestCase {
circuit_path: root_path("test-vectors/mycircuit.wasm").as_str(),
circuit_path: root_path("test-vectors/mycircuit_js/mycircuit.wasm").as_str(),
inputs_path: root_path("test-vectors/mycircuit-input3.json").as_str(),
n64: 4,
witness: &[