File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ def vector0():
24
24
assert (y (P ) % 2 == 0 )
25
25
26
26
# For historical reasons (pubkey tiebreaker was squareness and not evenness)
27
- # we should have at least one test vector where the the point reconstructed
27
+ # we should have at least one test vector where the point reconstructed
28
28
# from the public key has a square and one where it has a non-square Y
29
29
# coordinate. In this one Y is non-square.
30
30
pubkey_point = lift_x (pubkey )
31
31
assert (not has_square_y (pubkey_point ))
32
32
33
33
# For historical reasons (R tiebreaker was squareness and not evenness)
34
- # we should have at least one test vector where the the point reconstructed
34
+ # we should have at least one test vector where the point reconstructed
35
35
# from the R.x coordinate has a square and one where it has a non-square Y
36
36
# coordinate. In this one Y is non-square.
37
37
R = lift_x (sig [0 :32 ])
You can’t perform that action at this time.
0 commit comments