We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d373bf6 commit e3f6900Copy full SHA for e3f6900
include/secp256k1_schnorrsig.h
@@ -173,7 +173,7 @@ SECP256K1_API int secp256k1_schnorrsig_sign_custom(
173
* In: sig64: pointer to the 64-byte signature to verify.
174
* msg: the message being verified. Can only be NULL if msglen is 0.
175
* msglen: length of the message
176
- * pubkey: pointer to an x-only public key to verify with (cannot be NULL)
+ * pubkey: pointer to an x-only public key to verify with
177
*/
178
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_schnorrsig_verify(
179
const secp256k1_context *ctx,
0 commit comments