[][src]Function libpasta::verify_password_update_hash

pub fn verify_password_update_hash(hash: &str, password: &str) -> HashUpdate

Verifies a supplied password against a previously computed password hash, and performs an in-place update of the hash value if the password verifies. Hence this needs to take a mutable String reference.