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
The docs for from_seckey_slice, from_seckey_str and from_seckey_str_global state that the functions fail if the "the corresponding public key is not even". I don't see why that would be true. The underlying C-function secp256k1_keypair_create does not fail in that case.
The docs for
from_seckey_slice
,from_seckey_str
andfrom_seckey_str_global
state that the functions fail if the "the corresponding public key is not even". I don't see why that would be true. The underlying C-functionsecp256k1_keypair_create
does not fail in that case.Discovered by @uncomputable
The text was updated successfully, but these errors were encountered: