[−][src]Struct ed25519_dalek::SignatureError
Errors which may occur while processing signatures and keypairs.
This error may arise due to:
-
Being given bytes with a length different to what was expected.
-
A problem decompressing
r, a curve point, in theSignature, or the curve point for aPublicKey. -
A problem with the format of
s, a scalar, in theSignature. This is only raised if the high-bit of the scalar was set. (Scalars must only be constructed from 255-bit integers.) -
Failure of a signature to satisfy the verification equation.
Trait Implementations
impl Clone for SignatureError[src][+]
impl Copy for SignatureError[src]
impl Debug for SignatureError[src][+]
impl Display for SignatureError[src][+]
impl Eq for SignatureError[src]
impl Error for SignatureError[src][+]
impl Hash for SignatureError[src][+]
impl PartialEq<SignatureError> for SignatureError[src][+]
impl StructuralEq for SignatureError[src]
impl StructuralPartialEq for SignatureError[src]
Auto Trait Implementations
impl RefUnwindSafe for SignatureError
impl Send for SignatureError
impl Sync for SignatureError
impl Unpin for SignatureError
impl UnwindSafe for SignatureError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized, [src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src][+]
V: MultiLane<T>,