Skip to content

Commit 7c3387a

Browse files
fix linter errors
1 parent f6c8faa commit 7c3387a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/ecc/openvm.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ supported_modulus = ["1157920892373161954235709850086879078532699846656405640394
77
[[app_vm_config.ecc.supported_curves]]
88
modulus = "115792089237316195423570985008687907853269984665640564039457584007908834671663"
99
scalar = "115792089237316195423570985008687907852837564279074904382605163141518161494337"
10-
a = "0"
11-
b = "7"
10+
coeffs = { type = "SwCurve", a = "0", b = "7" }

0 commit comments

Comments
 (0)