This commit is contained in:
Jaremy Creechley 2024-05-02 01:10:20 +03:00
parent c7e0b48f71
commit 5ee02108ae
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 0 additions and 6 deletions

View File

@ -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