# Functions
NewDecoder Creates a decoder for the CBOR+GZIP audit log format.
NewEncoder creates an encoder that encodes messages in CBOR+GZIP format as documented on https://containerssh.github.io/advanced/audit/format/.
# Constants
CurrentVersion describes the current binary log version number.
FileFormatLength describes the length of the magic string.
FileFormatMagic is the magic string that needs to appear in the header.