pub fn compute_fingerprint_raw(input: &str) -> String
Computes a full SHA-256 fingerprint from an arbitrary input string.
Returns 64 hex characters (32 bytes).