Function hash_password_with_opts

Source
pub fn hash_password_with_opts(
    opts: &HashOpts,
    password: &Password,
) -> Result<PasswordHash, HashError>
Expand description

Hashes a password using PBKDF2 with SHA256 and the given options.