[][src]Module orion::hazardous::kdf

KDFs (Key Derivation Function) and PBKDF (Password-Based Key Derivation Function).

Modules

hkdf

HKDF-HMAC-SHA512 (HMAC-based Extract-and-Expand Key Derivation Function) as specified in the RFC 5869.

pbkdf2

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