We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_ellswift_create
1 parent 03fb60a commit 806de38Copy full SHA for 806de38
include/secp256k1_ellswift.h
@@ -130,7 +130,7 @@ SECP256K1_API int secp256k1_ellswift_decode(
130
*
131
* Returns: 1: secret was valid, public key was stored.
132
* 0: secret was invalid, try again.
133
- * Args: ctx: pointer to a context object
+ * Args: ctx: pointer to a context object (not secp256k1_context_static)
134
* Out: ell64: pointer to a 64-byte array to receive the ElligatorSwift
135
* public key
136
* In: seckey32: pointer to a 32-byte secret key
0 commit comments