You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
crc8 implements the 8-bit cyclic redundancy check, or CRC-8