Module sha384

Available on crate feature dep_orion only.
Expand description

PBKDF2-HMAC-SHA384 (Password-Based Key Derivation Function 2) as specified in the RFC 8018.

Structs§

Password
A type to represent the Password that PBKDF2 hashes.

Functions§

derive_key
Derive a key using PBKDF2-HMAC-SHA384.
verify
Verify PBKDF2-HMAC-SHA384 derived key in constant time.