Module k256
Available on crate feature
evm
only.Expand description
k256 implementation of ecrecover
. More about it in crate::secp256k1
.
Functionsยง
- ecrecover
- Recover the public key from a signature and a message.
evm
only.k256 implementation of ecrecover
. More about it in crate::secp256k1
.