secp256k1
secp256k1 copied to clipboard
Remove `SECP256K1_WARN_UNUSED_RESULT` from `secp256k1_keypair_*` functions
Why do secp256k1_keypair_*
functions have SECP256K1_WARN_UNUSED_RESULT
if they always return 1 ?
The only exception is secp256k1_keypair_create
.