Expand description
Wire codec for hotmint P2P messages.
Applies optional zstd compression based on payload size:
[0x00][raw CBOR] — uncompressed (small messages)
[0x01][zstd bytes] — zstd-compressed CBORThis is part of the hotmint wire protocol — all node implementations (regardless of P2P library) must support this format.