[][src]Function bcrypt::verify

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

Verify that a password is equivalent to the hash provided