Skip to content

Commit 09146ae

Browse files
committed
Merge bitcoin#512: secp256k1_ec_privkey_negate - fix documentation
1646ace secp256k1_ec_privkey_negate - fix documentation (Thomas Kerin) Pull request description: Tree-SHA512: 711973d3fc4c790cdc469ed5500f857d68fe186d41b97fbbddbc90723b2db60f3ee9fa01b44bcc1a70f246096b85b50ae2139602b98924ddecbcbc6adc7bd217
2 parents cd329db + 1646ace commit 09146ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/secp256k1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_create(
533533
*
534534
* Returns: 1 always
535535
* Args: ctx: pointer to a context object
536-
* In/Out: pubkey: pointer to the public key to be negated (cannot be NULL)
536+
* In/Out: seckey: pointer to the 32-byte private key to be negated (cannot be NULL)
537537
*/
538538
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_privkey_negate(
539539
const secp256k1_context* ctx,

0 commit comments

Comments
 (0)