Skip to content

Commit 9b0f37b

Browse files
authored
fix: remove duplicate 'the' from header file comment
1 parent 3fdf146 commit 9b0f37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/secp256k1_ellswift.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extern "C" {
3535
*
3636
* If the Y coordinate is relevant, it is given the same parity as t.
3737
*
38-
* Changes w.r.t. the the paper:
38+
* Changes w.r.t. the paper:
3939
* - The u=0, t=0, and u^3+t^2+7=0 conditions result in decoding to the point
4040
* at infinity in the paper. Here they are remapped to finite points.
4141
* - The paper uses an additional encoding bit for the parity of y. Here the

0 commit comments

Comments
 (0)