Skip to content

Commit

Permalink
Merge #1586: fix: remove duplicate 'the' from header file comment
Browse files Browse the repository at this point in the history
9b0f37b fix: remove duplicate 'the' from header file comment (Epic Curious)

Pull request description:

  Replaces:
  ` * Changes w.r.t. the the paper:`

  With:
  ` * Changes w.r.t. the paper:`

  in the `include/secp256k1_ellswift.h` header file.

ACKs for top commit:
  real-or-random:
    ACK 9b0f37b

Tree-SHA512: a0ac153d91f0d27959d626ede116e5322fcab7e32d8e6e81bd570cbb3eae55054ab6d0310bdf963bf4fddf9792c79fad61bc90a69bc24ab5234f29e4a2763ef3
  • Loading branch information
real-or-random committed Aug 19, 2024
2 parents b307614 + 9b0f37b commit 1988855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/secp256k1_ellswift.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extern "C" {
*
* If the Y coordinate is relevant, it is given the same parity as t.
*
* Changes w.r.t. the the paper:
* Changes w.r.t. the paper:
* - The u=0, t=0, and u^3+t^2+7=0 conditions result in decoding to the point
* at infinity in the paper. Here they are remapped to finite points.
* - The paper uses an additional encoding bit for the parity of y. Here the
Expand Down

0 comments on commit 1988855

Please sign in to comment.