Categorygithub.com/go-daq/crc8
repositorypackage
0.0.0-20170116120732-380c22547098
Repository: https://github.com/go-daq/crc8.git
Documentation: pkg.go.dev

# README

crc8

GoDoc

crc8 implements the 8-bit cyclic redundancy check, or CRC-8. It's entirely copied from Go's standard library hash/crc32 with obvious edits to change the CRC-32 hash functions into CRC-8.