mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-29 18:53:11 +00:00
update workflow description with nim-groth16 example
This commit is contained in:
parent
479bd33ed8
commit
d95b3ec07d
@ -131,6 +131,10 @@ Or using `rapidsnark` (fast, but not very portable):
|
||||
|
||||
$ rapidsnark proof_main.zkey witness.wtns proof.json public.json
|
||||
|
||||
Or using `nim-groth16` (experimental):
|
||||
|
||||
$ nim-groth16 -p -z=proof_main.zkey -w=witness.wtns -o=proof.json -i=public.json
|
||||
|
||||
The output of this step will consist of:
|
||||
|
||||
- `proof.json` containing the proof itself
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user