verify_password

Function verify_password 

Source
pub fn verify_password(password: &str, hash_str: &str) -> Result<bool, Error>
Expand description

Verify a password against a hash.