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 35f1ffa commit 0ec01e9Copy full SHA for 0ec01e9
bip-schnorr/reference.py
@@ -4,7 +4,7 @@
4
p = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F
5
n = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141
6
7
-# Points are tuples X and Y coordinates and the point at infinity is
+# Points are tuples of X and Y coordinates and the point at infinity is
8
# represented by the None keyword.
9
G = (0x79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798, 0x483ADA7726A3C4655DA4FBFC0E1108A8FD17B448A68554199C47D08FFB10D4B8)
10
0 commit comments