Skip to main content

compute_fingerprint_raw

Function compute_fingerprint_raw 

Source
pub fn compute_fingerprint_raw(input: &str) -> String
Expand description

Computes a full SHA-256 fingerprint from an arbitrary input string.

Returns 64 hex characters (32 bytes).