pub fn verify_password(
    password: impl AsRef<[u8]>,
    hash: &str
) -> Result<(), VerifyError>
Expand description

Verify the provided password against the provided password hash.