From 5ee02108ae0c870dbd865e08d9447ba02bf3f820 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Thu, 2 May 2024 01:10:20 +0300 Subject: [PATCH] cleanup --- benchmarks/ark_prover_bench.nim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/benchmarks/ark_prover_bench.nim b/benchmarks/ark_prover_bench.nim index 934aca85..e2a21337 100644 --- a/benchmarks/ark_prover_bench.nim +++ b/benchmarks/ark_prover_bench.nim @@ -62,12 +62,6 @@ proc runArkCircom(args: CircArgs, files: CircuitFiles) = verRes = circom.verify(proof, proofInputs).tryGet echo "verify result: ", verRes - when false: - proofInputs.slotIndex = 1 # change slot index - - let proof = circom.prove(proofInputs).tryGet - echo "verify bad result: ", circom.verify(proof, proofInputs).tryGet - proc runRapidSnark(args: CircArgs, files: CircuitFiles) = # time rapidsnark ${CIRCUIT_MAIN}.zkey witness.wtns proof.json public.json