# Functions
NewEvent creates a new Event instance with size and hash info.
NewEventFromString creates a new Event instance that wraps a message.
# Constants
Entropy encoding/decoding ends.
Compression header decoding ends.
Transform forward/inverse ends.
Entropy encoding/decoding starts.
Transform forward/inverse starts.
Compression ends.
Compression starts.
Decompression ends.
Decompression starts.
# Interfaces
ByteTransform is a function that transforms the input byte slice and writes the result in the output byte slice.
EntropyDecoder entropy decodes data from a bitstream.
EntropyEncoder entropy encodes data to a bitstream.
InputBitStream is a bitstream reader.
IntTransform is a function that transforms the input int slice and writes the result in the output int slice.
Listener is an interface implemented by event processors.
OutputBitStream is a bitstream writer.
Predictor predicts the probability of the next bit being 1.