Skip to content

Commit 7c7467a

Browse files
committed
Refer to ellswift.md in API docs
1 parent c32ffd8 commit 7c7467a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/secp256k1_ellswift.h

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ extern "C" {
4141
* - The paper uses an additional encoding bit for the parity of y. Here the
4242
* parity of t is used (negating t does not affect the decoded x coordinate,
4343
* so this is possible).
44+
*
45+
* For mathematical background about the scheme, see the doc/ellswift.md file.
4446
*/
4547

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

0 commit comments

Comments
 (0)