diff --git a/include/secp256k1_whitelist.h b/include/secp256k1_whitelist.h index 20d495d3..760b719a 100644 --- a/include/secp256k1_whitelist.h +++ b/include/secp256k1_whitelist.h @@ -68,6 +68,10 @@ SECP256K1_API int secp256k1_whitelist_signature_parse( * * Returns: the number of keys for the given signature * In: sig: pointer to a signature object + * + * This count is a property of the signature only. It might not match the + * number of public keys the caller has, and the caller should not truncate + * their key set to match it. */ SECP256K1_API size_t secp256k1_whitelist_signature_n_keys( const secp256k1_whitelist_signature *sig