pub fn verify(password: &str, hash: &str) -> bool
Verifies a password against a stored hash. Automatically detects the hash format and uses the appropriate algorithm.