//! Hull identity: content hash and byte-wise compare.
//!
//! The verstable `b3HullMap` is deferred — only the hash/compare primitives used by
//! identity and serialization are ported here.
use HullData;
/// Spread the baked 32-bit content hash across 64 bits. (b3HashHullData)
/// Compare two hulls by C contiguous-blob equality. (b3CompareHullData)