use ;
/// HashChain: prev_hash + event_hash. Per-entity linear chain.
/// Default (all zeros) = genesis convention.
/// compute_hash: blake3 hash of content bytes. blake3 is mandatory; there
/// is no degraded-integrity fallback.
/// verify_chain: check that event_hash matches content AND prev_hash matches expected.