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 8c5be91 commit 003d38cCopy full SHA for 003d38c
bip-0340/test-vectors.py
@@ -15,7 +15,7 @@ def vector0():
15
P = point_mul(G, x)
16
assert(y(P) % 2 == 0)
17
18
- # For historic reasons (pubkey tiebreaker was squareness and not evenness)
+ # For historical reasons (pubkey tiebreaker was squareness and not evenness)
19
# we should have at least one test vector where the the point reconstructed
20
# from the public key has a square and one where it has a non-square Y
21
# coordinate. In this one Y is non-square.
0 commit comments