Module wire

Module wire 

Source
Expand description

Wire protocol for ZK Protocol message framing and encryption

Provides binary message framing, encryption, and protocol versioning.

Structs§

WireHeader
Wire protocol message header
WireMessage
Complete wire protocol message
WireProtocol
Wire protocol handler for encoding/decoding messages

Enums§

MessageType
Message type identifiers

Constants§

MAX_MESSAGE_SIZE
Maximum message size (64KB)
WIRE_PROTOCOL_VERSION
Current wire protocol version