pub fn hash_password_with_opts( opts: &HashOpts, password: &Password, ) -> Result<PasswordHash, HashError>
Hashes a password using PBKDF2 with SHA256 and the given options.