pub enum PakeError {
    CryptoError(InternalPakeError),
    IncompleteKeysError,
    IncompatibleServerStaticPublicKeyError,
    KeyExchangeMacValidationError,
    InvalidLoginError,
    SerializationError,
    IdentityGroupElementError,
}
Expand description

Represents an error in password checking

Variants

CryptoError(InternalPakeError)

Tuple Fields

Internal error during PRF verification: {0}

IncompleteKeysError

Incomplete set of keys passed into finish() function

IncompatibleServerStaticPublicKeyError

The provided server public key doesn’t match the sealed one

KeyExchangeMacValidationError

Error in key exchange protocol when attempting to validate MACs

InvalidLoginError

Error in validating credentials

SerializationError

Error with serializing / deserializing protocol messages

IdentityGroupElementError

Identity group element was encountered during deserialization, which is invalid

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.