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 220df7d commit c0f0c8dCopy full SHA for c0f0c8d
bip-schnorr/reference.py
@@ -3,6 +3,9 @@
3
4
p = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F
5
n = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141
6
+
7
+# Points are tuples X and Y coordinates and the point at infinity is
8
+# represented by the None keyword.
9
G = (0x79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798, 0x483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8)
10
11
# This implementation can be sped up by storing the midstate after hashing
0 commit comments