Skip to content

Commit 29f1a4e

Browse files
committed
[groth16] remove the now unused CMM_WN booldefine
1 parent 068a456 commit 29f1a4e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

constantine/proof_systems/groth16_utils.nim

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ import ../math/[arithmetic, extension_fields],
55
../math/elliptic/[ec_shortweierstrass_affine, ec_shortweierstrass_jacobian, ec_scalar_mul, ec_multi_scalar_mul, ec_scalar_mul_vartime],
66
../csprngs/sysrand
77

8-
## Read zkey coefficients `C` as double montgomery rep `MM`, witness data `W` in normal rep `N`
9-
## This produces the correct 3 proof values
10-
const CMM_WN* {.booldefine.} = false
11-
12-
## What about `CN_WM`?
13-
148
## Helper constructors for Fp / Fr elements used in Groth16 binary file parsers.
159
proc toFp*[Name: static Algebra](x: seq[byte], isMont = true): Fp[Name] =
1610
let b = matchingBigInt(Name).unmarshal(x.toOpenArray(0, x.len - 1), littleEndian)

0 commit comments

Comments
 (0)