We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb6ae8 commit 6a84794Copy full SHA for 6a84794
constantine/named/config_fields_and_curves.nim
@@ -77,12 +77,10 @@ declareCurves:
77
# -----------------------------------------------------------------------------
78
79
curve BabyBear: # BabyBear field used in SNARKs and zkVMs
80
- testingCurve: true
81
bitwidth: 31
82
modulus: "0x78000001" # `0b1111000000000000000000000000001 = 15·2²⁷ + 1 = 2³¹ - 2²⁷ + 1`
83
84
curve KoalaBear: # KoalaBear field used in SNARKs and zkVMs
85
86
87
modulus: "0x7f000001" # `0b11111111000000000000000000000001 = 255·2²⁴ + 1 = 2³¹ - 2²⁴ + 1`
88
0 commit comments