package
0.0.0-20240829150431-63fc2867930b
Repository: https://github.com/kisom/cryptutils.git
Documentation: pkg.go.dev

# Functions

NewDecoder creates a decoder from a byte slice.
NewFixedEncoder creates a new encoder with a fixed initial size.

# Constants

TagBytes indicates a variable length byte sequence.
TagInt16 indicates a 16-bit signed integer.
TagInt32 indicates a 32-bit signed integer.
TagInt64 indicates a 64-bit signed integer.
TagInt8 indicates a signed byte.
TagUint16 indicates a 16-bit unsigned integer.
TagUint32 indicates a 32-bit unsigned integer.
TagUint64 indicates a 64-bit signed integer.
TagUint8indicates a single byte.

# Structs

A Decoder parses a TLV-encoded structure.
Encoder is used to serialise values.