diff options
author | Tim Ruffing <crypto@timruffing.de> | 2020-03-12 18:23:07 +0100 |
---|---|---|
committer | Tim Ruffing <crypto@timruffing.de> | 2020-03-12 21:16:18 +0100 |
commit | 003d38cedbe1d8f550ea5032c16373c9779d28e3 (patch) | |
tree | 9e144b56bd7b6622c532410c79e9cc87297a75d3 /bip-0340 | |
parent | 8c5be9197540e1673187ff099b5fe40ce09c9216 (diff) |
Fix typo
Diffstat (limited to 'bip-0340')
-rw-r--r-- | bip-0340/test-vectors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0340/test-vectors.py b/bip-0340/test-vectors.py index d1a52c8..9c029ec 100644 --- a/bip-0340/test-vectors.py +++ b/bip-0340/test-vectors.py @@ -15,7 +15,7 @@ def vector0(): P = point_mul(G, x) assert(y(P) % 2 == 0) - # For historic reasons (pubkey tiebreaker was squareness and not evenness) + # For historical reasons (pubkey tiebreaker was squareness and not evenness) # we should have at least one test vector where the the point reconstructed # from the public key has a square and one where it has a non-square Y # coordinate. In this one Y is non-square. |