We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32ffd8 commit 7c7467aCopy full SHA for 7c7467a
include/secp256k1_ellswift.h
@@ -41,6 +41,8 @@ extern "C" {
41
* - The paper uses an additional encoding bit for the parity of y. Here the
42
* parity of t is used (negating t does not affect the decoded x coordinate,
43
* so this is possible).
44
+ *
45
+ * For mathematical background about the scheme, see the doc/ellswift.md file.
46
*/
47
48
/** A pointer to a function used by secp256k1_ellswift_xdh to hash the shared X
0 commit comments