pub fn verify_password(password: &str, hash_str: &str) -> Result<bool, Error>
Verify a password against a hash.