diff --git a/groth16.nim b/groth16.nim index 9b04d23..ee76ab4 100644 --- a/groth16.nim +++ b/groth16.nim @@ -85,7 +85,7 @@ func buildABC( zkey: ZKey, witness: seq[Fr] ): ABC = else: raise newException(AssertionDefect, "fatal error") var valuesC : seq[Fr] = newSeq[Fr](domSize) - for i in 0..