pub fn hash_pin(pin: &str) -> Result<String, String>
Hash a PIN for storage. Returns a PHC string with the salt embedded.
TRACES: UR-083 | DR-268