crc16-table-0.1: Compute CRC16 checksums using a lookup table.

Data.Digest.Table.CRC16

Description

Compute CRC16 checksums using a lookup table.

Synopsis

Documentation

crc16 :: [Word8] -> Word16Source

Compute the CRC16 checksum of some bytes.