Skip to main content

exact_hash

Function exact_hash 

Source
pub fn exact_hash(input: &str) -> [u8; 32]
Expand description

SHA-256 over the raw bytes of input. Identity and provenance.

This is the digest that appears in fingerprints and attestations, so it must describe the bytes as stored — no trimming, no normalization, no case folding.