From 502e031e9523ab7359d7bfcf522d14cca5afca9d Mon Sep 17 00:00:00 2001 From: Balazs Komuves Date: Tue, 21 Nov 2023 11:31:27 +0100 Subject: [PATCH] small comments / fix typos --- groth16/files/export_json.nim | 2 ++ groth16/files/r1cs.nim | 2 +- groth16/files/witness.nim | 4 +--- groth16/files/zkey.nim | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/groth16/files/export_json.nim b/groth16/files/export_json.nim index ebb09a3..53b2828 100644 --- a/groth16/files/export_json.nim +++ b/groth16/files/export_json.nim @@ -33,6 +33,8 @@ proc exportPublicIO*( fpath: string, prf: Proof ) = let f = open(fpath, fmWrite) defer: f.close() + # note: we start from 1 because the 0th element is the constant 1 "variable", + # which is automatically added by the tools for i in 1..