Function bcrypt::verify [] [src]

pub fn verify(password: &str, hash: &str) -> BcryptResult<bool>

Verify that a password is equivalent to the hash provided