package
0.0.0-20241205052350-2874e7b89116
Repository: https://github.com/injoyai/tinygo.git
Documentation: pkg.go.dev
# Functions
Checksum16 returns CRC checksum of data usign scpecified algorithm represented by the Table.
Checksum8 returns CRC checksum of data using specified algorithm represented by the Table.
Complete16 returns the result of CRC calculation and post-calculation processing of the crc.
Complete8 returns the result of CRC calculation and post-calculation processing of the crc.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Init16 returns the initial value for CRC register corresponding to the specified algorithm.
Init8 returns the initial value for CRC register corresponding to the specified algorithm.
MakeTable16 returns the Table constructed from the specified algorithm.
MakeTable8 returns the Table constructed from the specified algorithm.
Update16 returns the result of adding the bytes in data to the crc.
Update8 returns the result of adding the bytes in data to the crc.
# Variables
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 algorithms.
Predefined CRC-16 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.
Predefined CRC-8 algorithms.
# Structs
Param16 represents parameters of CRC-16 algorithms.
Param8 represents parameters of a CRC-8 algorithm including polynomial and initial value.
Table16 is a 256-word table representing polinomial and algorithm settings for efficient processing.
Table8 is a 256-byte table representing polynomial and algorithm settings for efficient processing.