Enum scram::Field [] [src]

pub enum Field {
    Nonce,
    Salt,
    Iterations,
    VerifyOrError,
}

The fields used in the exchanged messages.

Variants

Nonce

Salt

Iterations

Verify or Error

Trait Implementations

impl Debug for Field
[src]

Formats the value using the given formatter.