verify_password

Function verify_password 

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

Verify a password against a hash.