Bytes.Crc8

CRC-8 digests

type Crc8

Phantom type for a 1-byte CRC8 checksum.

Function for finding the CRC-8 digest of a given [Bytes].

Taken from Haskell's crc library, this implementation uses the table lookup optimizatino for finding the digest.