mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Check infinity in is_positive
This commit is contained in:
parent
220df7da78
commit
c0f0c8d43d
@ -3,6 +3,9 @@ import binascii
|
||||
|
||||
p = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F
|
||||
n = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141
|
||||
|
||||
# Points are tuples X and Y coordinates and the point at infinity is
|
||||
# represented by the None keyword.
|
||||
G = (0x79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798, 0x483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8)
|
||||
|
||||
# This implementation can be sped up by storing the midstate after hashing
|
||||
|
Loading…
x
Reference in New Issue
Block a user