Module kdf

Available on crate feature dep_orion only.
Expand description

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-based Extract-and-Expand Key Derivation Function) as specified in the RFC 5869.
pbkdf2
PBKDF2(Password-Based Key Derivation Function 2) as specified in the RFC 8018.