package
0.0.0-20240821054911-366547e8a2d4
Repository: https://github.com/windzhu0514/go-utils.git
Documentation: pkg.go.dev
# Packages
Package crc16 is implementation according to CCITT standards.
# Functions
Checksum returns the CRC-32 checksum of data using the polynomial represented by the Table.
ChecksumIBM returns the CRC-16 checksum of data using the IBM polynomial.
No description provided by the author
New creates a new hash.Hash16 computing the CRC-16 checksum using the polynomial represented by the Table.
No description provided by the author
Update returns the result of adding the bytes in p to the crc.
# Constants
ARC.
AUG-CCITT.
BUYPASS.
CCITT-FALSE.
CDMA2000.
CRC-A.
DDS-110.
DECT-R.
DECT-X.
DNP.
EN-13757.
GENIBUS.
IBM 16-bit.
KERMIT.
MAXIM.
MCRF4XX.
MODBUS.
RIELLO.
The size of a CRC-16 checksum in bytes.
T10-DIF.
TELEDISK.
TMS37157.
USB.
X-25.
XMODEM.
# Variables
No description provided by the author
# Interfaces
No description provided by the author