package
1.1.7
Repository: https://github.com/matrixainetwork/go-matrix.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Checksum returns CRC checksum of data usign scpecified algorithm represented by the Table.
Complete returns the result of CRC calculation and post-calculation processing of the crc.
Init returns the initial value for CRC register corresponding to the specified algorithm.
MakeTable returns the Table constructed from the specified algorithm.
No description provided by the author
No description provided by the author
No description provided by the author
Update returns the result of adding the bytes in data to the crc.

# Variables

Predefined CRC-8 algorithms.
Predefined CRC-8 algorithms.
Predefined CRC-8 algorithms.
Predefined CRC-8 algorithms.
Predefined CRC-8 algorithms.
Predefined CRC-8 algorithms.
Predefined CRC-8 algorithms.
Predefined CRC-8 algorithms.
Predefined CRC-8 algorithms.
Predefined CRC-8 algorithms.

# Structs

Params represents parameters of a CRC-8 algorithm including polynomial and initial value.
Table is a 256-byte table representing polinomial and algorithm settings for efficient processing.