verify

Function verify 

Source
pub fn verify(password: &str, hash: &str) -> bool
Expand description

Verifies a password against a stored hash. Automatically detects the hash format and uses the appropriate algorithm.