Skip to content

Commit

Permalink
Refer to ellswift.md in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Jun 23, 2023
1 parent c32ffd8 commit 7c7467a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/secp256k1_ellswift.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ extern "C" {
* - The paper uses an additional encoding bit for the parity of y. Here the
* parity of t is used (negating t does not affect the decoded x coordinate,
* so this is possible).
*
* For mathematical background about the scheme, see the doc/ellswift.md file.
*/

/** A pointer to a function used by secp256k1_ellswift_xdh to hash the shared X
Expand Down

0 comments on commit 7c7467a

Please sign in to comment.