verify_password

Function verify_password 

Source
pub fn verify_password(
    password: &SecurePassword,
    hash: &str,
) -> Result<bool, CryptoError>
Expand description

Verify a password against a hash