pub fn verify_pin(pin: &str, stored: &str) -> boolExpand description
Compare a candidate PIN against a stored PHC string.
A malformed stored hash verifies as false rather than erroring: a corrupt
row should send the user down the password route, not wedge the picker.
TRACES: UR-083 | DR-268