pub fn hash_bytes(data: &[u8]) -> EquivalenceHashExpand description
Raw hash function: MD5 + truncate to 14 bytes.
MD5 is spec-conformant here, not cryptographic. XTypes 1.3 ยง7.3.1.2.1 requires MD5 for wire compatibility with other DDS implementations (Cyclone, Fast-DDS, RTI Connext).