pub fn fnv1a64(bytes: &[u8]) -> u64Expand description
FNV-1a-64 over raw bytes — the flush batch identity (batch_hash, §5.3 step 4:
computed once by the emitter over its canonical batch bytes; the authority stores
and compares it, never recomputes). Render with {:016x}.