Enum parity_crypto::error::ScryptError[]

pub enum ScryptError {
    InvalidN,
    InvalidP,
}

Variants

Trait Implementations

impl From<ScryptError> for Error

Performs the conversion.

impl Debug for ScryptError
[src]

Formats the value using the given formatter. Read more

impl Display for ScryptError

Formats the value using the given formatter. Read more

impl Error for ScryptError

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for ScryptError

impl Sync for ScryptError