You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
429 B

  1. echo "compiling"
  2. circom -f complex-circuit.circom --r1cs --wasm
  3. echo "wtns"
  4. snarkjs wtns calculate complex-circuit.wasm input.json witness.wtns
  5. echo "zkey"
  6. snarkjs zkey new complex-circuit.r1cs powersOfTau28_hez_final_17.ptau complex.zkey
  7. echo "proving 1"
  8. time snarkjs groth16 prove complex.zkey witness.wtns proof.json public.json
  9. echo "proving 2"
  10. time docker run rapidsnark complex.zkey witness.wtns proof.json public.json