CRC-8 digests
Phantom type for a 1-byte CRC8 checksum.
Function for finding the CRC-8 digest of a given [Bytes].
Bytes
Taken from Haskell's crc library, this implementation uses the table lookup optimizatino for finding the digest.
crc
Phantom type for a 1-byte CRC8 checksum.