Struct sasl::mechanisms::Sha256 [] [src]

pub struct Sha256;

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

Trait Implementations

impl ScramProvider for Sha256
[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.