bitwarden_core::auth

Function determine_password_hash

source
fn determine_password_hash(
    email: &str,
    kdf: &Kdf,
    password: &str,
    purpose: HashPurpose,
) -> Result<String, Error>