Enum libsecp256k1_core::Error
source · [−]pub enum Error {
InvalidSignature,
InvalidPublicKey,
InvalidSecretKey,
InvalidRecoveryId,
InvalidMessage,
InvalidInputLength,
TweakOutOfRange,
InvalidAffine,
}
Variants
InvalidSignature
InvalidPublicKey
InvalidSecretKey
InvalidRecoveryId
InvalidMessage
InvalidInputLength
TweakOutOfRange
InvalidAffine
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more