include: remove obvious "cannot be NULL" doc

This commit is contained in:
Jonas Nick 2024-01-04 16:35:36 +00:00
parent d373bf6d08
commit e3f690015a
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -173,7 +173,7 @@ SECP256K1_API int secp256k1_schnorrsig_sign_custom(
* In: sig64: pointer to the 64-byte signature to verify.
* msg: the message being verified. Can only be NULL if msglen is 0.
* msglen: length of the message
* 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
*/
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_schnorrsig_verify(
const secp256k1_context *ctx,