# Functions
DecodeSnappy decodes a snappy compressed message.
# Constants
ProtocolSuffixSSZSnappy is the last part of the topic string to identify the encoding protocol.
# Structs
SszNetworkEncoder supports p2p networking encoding using SimpleSerialize with snappy compression (if enabled).
# Interfaces
NetworkEncoding represents an encoder compatible with Ethereum consensus p2p.