Enum std::ecr::EcRecoverError
pub enum EcRecoverError {
/// The error variant used when the recover fails.
UnrecoverablePublicKey: (),
/// The length of the message is zero.
ZeroLengthMessage: (),
}
Expand description
The error type used when the ec_recover
function fails.
Variants
UnrecoverablePublicKey: ()
The error variant used when the recover fails.
ZeroLengthMessage: ()
The length of the message is zero.