Skip to content

Commit 003d38c

Browse files
Fix typo
1 parent 8c5be91 commit 003d38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0340/test-vectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def vector0():
1515
P = point_mul(G, x)
1616
assert(y(P) % 2 == 0)
1717

18-
# For historic reasons (pubkey tiebreaker was squareness and not evenness)
18+
# For historical reasons (pubkey tiebreaker was squareness and not evenness)
1919
# we should have at least one test vector where the the point reconstructed
2020
# from the public key has a square and one where it has a non-square Y
2121
# coordinate. In this one Y is non-square.

0 commit comments

Comments
 (0)