From d95b3ec07db629eb5c80af9b9d9939638a679588 Mon Sep 17 00:00:00 2001 From: Balazs Komuves Date: Thu, 25 Apr 2024 21:13:21 +0200 Subject: [PATCH] update workflow description with nim-groth16 example --- workflow/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workflow/README.md b/workflow/README.md index 179e920..d682ee0 100644 --- a/workflow/README.md +++ b/workflow/README.md @@ -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