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.
2 parents cd329db + 1646ace commit 09146aeCopy full SHA for 09146ae
include/secp256k1.h
@@ -533,7 +533,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_create(
533
*
534
* Returns: 1 always
535
* Args: ctx: pointer to a context object
536
- * In/Out: pubkey: pointer to the public key to be negated (cannot be NULL)
+ * In/Out: seckey: pointer to the 32-byte private key to be negated (cannot be NULL)
537
*/
538
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_privkey_negate(
539
const secp256k1_context* ctx,
0 commit comments