Available on crate feature
scram
only.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§
Traits§
- Scram
Provider - A trait which defines the needed methods for SCRAM.
Functions§
- generate_
nonce - Generate a nonce for SCRAM authentication.