[][src]Module sasl::common::scram

Structs

Sha1

A ScramProvider which provides SCRAM-SHA-1 and SCRAM-SHA-1-PLUS

Sha256

A ScramProvider which provides SCRAM-SHA-256 and SCRAM-SHA-256-PLUS

Enums

DeriveError

Traits

ScramProvider

A trait which defines the needed methods for SCRAM.

Functions

generate_nonce

Generate a nonce for SCRAM authentication.