pub fn verify_password(
password: &[u8],
encoded: &str,
) -> Result<(), Argon2Error>Expand description
Verify a password against a PHC-encoded hash string.
See hash_password for an example.
pub fn verify_password(
password: &[u8],
encoded: &str,
) -> Result<(), Argon2Error>Verify a password against a PHC-encoded hash string.
See hash_password for an example.