Skip to main content

ALG_PBKDF2_SHA256

Constant ALG_PBKDF2_SHA256 

Source
pub(crate) const ALG_PBKDF2_SHA256: i64 = -71010;
Expand description

PBKDF2-HMAC-SHA256 KDF algorithm discriminant, used by the password protected key envelope in the FIPS cipher suite. PBKDF2 is FIPS-approved, unlike Argon2id (ALG_ARGON2ID13).