update workflow description with nim-groth16 example

This commit is contained in:
Balazs Komuves 2024-04-25 21:13:21 +02:00 committed by GitHub
parent 479bd33ed8
commit d95b3ec07d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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