pub fn verify<T: AsRef<[u8]>>(password: T, hash: &[u8]) -> RcryptResult<bool>
Verify if the provided password is correct using the provided hash