tests: fix test_curves bug introduced in last commit

pull/25/head
Pavol Rusnak 6 years ago
parent 2de6d876a3
commit 5cd84e6870
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -326,7 +326,7 @@ def to_POINT(p):
def from_POINT(p):
return lambda p: (bn2int(p[0]), bn2int(p[1]))
return (bn2int(p[0]), bn2int(p[1]))
JACOBIAN = BIGNUM * 3

Loading…
Cancel
Save