You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a bunch of secp256k1_ec_privkey_ functions but then we have secp256k1_ec_seckey_verify. I think we should create a privkey alias for this function.
More generally, we sometimes write "private key" and sometimes "secret key", and all the privkey functions expect a seckey argument. This should be made consistent too.
The text was updated successfully, but these errors were encountered:
We have a bunch of
secp256k1_ec_privkey_
functions but then we havesecp256k1_ec_seckey_verify
. I think we should create aprivkey
alias for this function.More generally, we sometimes write "private key" and sometimes "secret key", and all the
privkey
functions expect aseckey
argument. This should be made consistent too.The text was updated successfully, but these errors were encountered: