pub fn compute_hifi_hash(marker: &HiFiMarker) -> [u8; 32]Expand description
Computes the canonical BLAKE3 hash of a HiFiMarker.
The hash is domain-separated by a crate-internal prefix and uses big-endian fixed-width framing for every field. Store the returned bytes alongside the record; do not add a hash field to the struct itself.