package
0.0.0-20240303214853-344dc5b366d3
Repository: https://github.com/pd0mz/go-dmr.git
Documentation: pkg.go.dev

# Functions

Checksum returns the CRC-16 checksum of data using the polynomial represented by the Table.
ChecksumCCITT returns the CRC-16 checksum of data using the CCITT polynomial.
MakeTable returns the Table constructed from the specified polynomial.
Update returns the result of adding the bytes in p to the crc.

# Constants

Used by X.25, V.41, HDLC FCS, XMODEM, Bluetooth, PACTOR, SD, ...

# Variables

No description provided by the author

# Type aliases

Table is a 256-word table representing the polynomial for efficient processing.