Function secure_password::verify[][src]

pub fn verify(password: &[u8], hash: &[u8]) -> Result<bool, Error>

Verify a password against a hash.