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 f6c8faa commit 7c3387aCopy full SHA for 7c3387a
examples/ecc/openvm.toml
@@ -7,5 +7,4 @@ supported_modulus = ["1157920892373161954235709850086879078532699846656405640394
7
[[app_vm_config.ecc.supported_curves]]
8
modulus = "115792089237316195423570985008687907853269984665640564039457584007908834671663"
9
scalar = "115792089237316195423570985008687907852837564279074904382605163141518161494337"
10
-a = "0"
11
-b = "7"
+coeffs = { type = "SwCurve", a = "0", b = "7" }
0 commit comments