std::crypto::kdf

Status: shipped

Password-based key-derivation functions.

Public items

Name Kind Description
pbkdf2_sha256 fn PBKDF2-HMAC-SHA256 KDF.
scrypt_interactive fn scrypt with the standard interactive parameters.
argon2id_hash fn Argon2id PHC-format password hash.
argon2id_verify fn Verifies a password against an Argon2id PHC string.