Function libpasta::verify_password
[−]
[src]
pub fn verify_password(hash: &str, password: String) -> 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
.