A wrapper around NoiseTransport that provides CBOR message sending/receiving
with length-prefixed framing (4-byte big-endian length prefix + encrypted payload).
Storage re-key parameters for a PrepareUpgrade control command. Only
provided for enclaves that have a persistent LUKS-backed storage volume;
None for stateless enclaves.
Inner payload of a signed control command. Serialized as CBOR before
signing — the wire-level signature covers the exact bytes the verifier
then deserializes, so re-encoding skew can’t break verification.