fn generate_phc_hash<'a>(
    password: &[u8],
    salt: &'a SaltString
) -> Result<PasswordHash<'a>>
Expand description

Generate a PHC hash using the preferred algorithm.