Skip to content

Commit c58c4dd

Browse files
committed
remove testingCurve from kb and bb fields
1 parent 0f11004 commit c58c4dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

constantine/named/config_fields_and_curves.nim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,10 @@ declareCurves:
7777
# -----------------------------------------------------------------------------
7878

7979
curve BabyBear: # BabyBear field used in SNARKs and zkVMs
80-
testingCurve: true
8180
bitwidth: 31
8281
modulus: "0x78000001" # `0b1111000000000000000000000000001 = 15·2²⁷ + 1 = 2³¹ - 2²⁷ + 1`
8382

8483
curve KoalaBear: # KoalaBear field used in SNARKs and zkVMs
85-
testingCurve: true
8684
bitwidth: 31
8785
modulus: "0x7f000001" # `0b11111111000000000000000000000001 = 255·2²⁴ + 1 = 2³¹ - 2²⁴ + 1`
8886

0 commit comments

Comments
 (0)