pub fn minimal_hash_input(t: &MinimalTypeObject) -> Result<Vec<u8>, EncodeError>Expand description
The exact byte stream fed to MD5 for a MinimalTypeObject hash (XCDR2
DHEADER + EK + body). Exposed so conformance harnesses can byte-diff it
against vendor TypeObject goldens.
ยงErrors
EncodeError.