Module wow_srp::error

source ·
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§

Enums§