From 44984acde9786ce5722cf2dc298e7ef407a4d445 Mon Sep 17 00:00:00 2001 From: Stacie Date: Sun, 9 Jun 2024 21:56:51 -0400 Subject: BIP340: remove repeat words --- bip-0340/test-vectors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0340/test-vectors.py b/bip-0340/test-vectors.py index 9a5a140..5a131c4 100644 --- a/bip-0340/test-vectors.py +++ b/bip-0340/test-vectors.py @@ -24,14 +24,14 @@ def vector0(): assert(y(P) % 2 == 0) # For historical reasons (pubkey tiebreaker was squareness and not evenness) - # we should have at least one test vector where the the point reconstructed + # we should have at least one test vector where 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. pubkey_point = lift_x(pubkey) assert(not has_square_y(pubkey_point)) # For historical reasons (R tiebreaker was squareness and not evenness) - # we should have at least one test vector where the the point reconstructed + # we should have at least one test vector where the point reconstructed # from the R.x coordinate has a square and one where it has a non-square Y # coordinate. In this one Y is non-square. R = lift_x(sig[0:32]) -- cgit v1.2.3