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.
1 parent e541a90 commit 6914c25Copy full SHA for 6914c25
include/secp256k1.h
@@ -646,7 +646,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_privkey_tweak_mul(
646
* uniformly random 32-byte arrays, or equal to zero. 1 otherwise.
647
* Args: ctx: pointer to a context object initialized for validation
648
* (cannot be NULL).
649
- * In/Out: pubkey: pointer to a public key obkect.
+ * In/Out: pubkey: pointer to a public key object.
650
* In: tweak: pointer to a 32-byte tweak.
651
*/
652
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ec_pubkey_tweak_mul(
0 commit comments