[][src]Function libpasta::verify_password

#[must_use]pub fn verify_password(hash: &str, password: &str) -> bool

Verifies the provided password matches the inputted hash string.

If there is any error in processing the hash or password, this will simply return false.