pub enum EcRecoverError {
    /// The error variant used when the recover fails.
    UnrecoverablePublicKey: (),
}
Expand description

The error type used when the ec_recover function fails.

Variants

UnrecoverablePublicKey: ()

The error variant used when the recover fails.