mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-24 00:18:23 +00:00
cleanup
This commit is contained in:
parent
c7e0b48f71
commit
5ee02108ae
@ -62,12 +62,6 @@ proc runArkCircom(args: CircArgs, files: CircuitFiles) =
|
|||||||
verRes = circom.verify(proof, proofInputs).tryGet
|
verRes = circom.verify(proof, proofInputs).tryGet
|
||||||
echo "verify result: ", verRes
|
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) =
|
proc runRapidSnark(args: CircArgs, files: CircuitFiles) =
|
||||||
# time rapidsnark ${CIRCUIT_MAIN}.zkey witness.wtns proof.json public.json
|
# time rapidsnark ${CIRCUIT_MAIN}.zkey witness.wtns proof.json public.json
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user