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 072660f commit bbe1eaaCopy full SHA for bbe1eaa
scripts/ec.py
@@ -26,7 +26,7 @@
26
secp256r1 = EllipticCurve(
27
'secp256r1',
28
# Field characteristic.
29
- p=0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f,
+ p=0xffffffff00000001000000000000000000000000ffffffffffffffffffffffff,
30
# Curve coefficients.
31
a=0xffffffff00000001000000000000000000000000fffffffffffffffffffffffc,
32
b=0x5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b,
0 commit comments