Struct sasl::mechanisms::Sha1 [] [src]

pub struct Sha1;

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

Trait Implementations

impl ScramProvider for Sha1
[src]

The name of the hash function.

A function which hashes the data using the hash function.

A function which performs an HMAC using the hash function.

A function which does PBKDF2 key derivation using the hash function.