package
0.1.3
Repository: https://github.com/amazechain/amc.git
Documentation: pkg.go.dev

# Functions

DecodeSnappy decodes a snappy compressed message.
DecodeVarint reads a varint-encoded integer from the slice.
EncodeVarint returns the varint encoding of x.

# Constants

ProtocolSuffixSSZSnappy is the last part of the topic string to identify the encoding protocol.

# Variables

# Structs

SszNetworkEncoder supports p2p networking encoding using SimpleSerialize with snappy compression (if enabled).

# Interfaces

NetworkEncoding represents an encoder compatible with Ethereum consensus p2p.