Module wow_srp::error[][src]

Expand description

The various errors that can happen during the SRP6 process.

SrpError is an enum that can represent all the error types.

The exact conditions for NormalizedStringError are described in the normalized_string module.

InvalidPublicKeyError is returned when an invalid value is attempted used as a public key.

MatchProofsError is returned when server and client proofs do not match. Often because of a wrong password.

Structs

Error for when server and client proofs do not match.

Enums

A public key is invalid either if it equal to 0, or the public key modulus the large safe prime is zero.

Error for the normalized_string module.

Enum that covers all SRP error types.