Module crc::crc16

source · []

Structs

Digest struct for CRC calculation

Constants

Traits

Functions

Generates a USB 16 bit CRC checksum (AKA CRC-16-IBM).
Generates a X25 16 bit CRC checksum (AKA CRC-16-CCITT).
Builds a CRC16 table using the standard or reflected method. If reflect==true, flip the individual byte bitwise, then flip the table value bitwise.
Updates input CRC value value using CRC table table with byte array bytes.