ex_crc v1.0.0 ExCRC View Source

Calculate CRC checksums

Link to this section Summary

Functions

Compute and return the CRC16/CCITT-FALSE checksum of a binary value

Compute and return the CRC16/CCITT-TRUE checksum of a binary value

Compute and return the CRC16/XMODEM checksum of a binary value

Link to this section Functions

Link to this function crc16ccitt(value) View Source
crc16ccitt(value :: binary) :: non_neg_integer

Compute and return the CRC16/CCITT-FALSE checksum of a binary value.

Link to this function crc16kermit(value) View Source
crc16kermit(value :: binary) :: non_neg_integer

Compute and return the CRC16/CCITT-TRUE checksum of a binary value

Link to this function crc16xmodem(value) View Source
crc16xmodem(value :: binary) :: non_neg_integer

Compute and return the CRC16/XMODEM checksum of a binary value.