bin2ar works

This commit is contained in:
themighty1
2022-08-08 14:01:44 +03:00
parent 308212a335
commit 9b903c4f86
6 changed files with 284 additions and 74 deletions

8
README
View File

@@ -21,3 +21,11 @@ snarkjs groth16 fullprove input.json circuit_js/circuit.wasm circuit_final.zkey
snarkjs groth16 verify verification_key.json public.json proof.json
We can generate circuit.wasm and circuit.r1cs deterministically with circom 2.0.5+
circom circuit.circom --r1cs --wasm
and then ship the User with .wasm and the Notary with .r1cs
write a onetimesetup.js script and call it with node