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

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

Modules

argon2i

Argon2i password hashing function as described in the P-H-C specification.

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.