Skip to content
/ crc8 Public

crc8 implements the 8-bit cyclic redundancy check, or CRC-8

License

Notifications You must be signed in to change notification settings

go-daq/crc8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

crc8 implements the 8-bit cyclic redundancy check, or CRC-8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages