# Functions
Fingerprint returns the first 6 bytes of a byte slice.
MarshalFixed marshals provided struct as a fixed-size buffer.
MustHexDecode decodes hex string to slice of bytes.
Reverse returns a reversed sequence bytes of passed slice.
# Type aliases
HexBytes is a wrapper around []byte that encodes data as hexadecimal strings for use in JSON.