pub fn hash_structured<T: Serialize>(value: &T) -> Result<Hash256>
Serialize value to CBOR, then compute the blake3 hash.
value
Returns ExoError::SerializationError if CBOR encoding fails.
ExoError::SerializationError