[][src]Function sodiumoxide::crypto::pwhash::argon2i13::pwhash_verify

pub fn pwhash_verify(hp: &HashedPassword, passwd: &[u8]) -> bool

pwhash_verify() verifies that the password str_ is a valid password verification string (as generated by pwhash()) for passwd

It returns true if the verification succeeds, and false on error.