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).
pub(crate) const ALG_PBKDF2_SHA256: i64 = -71010;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).