This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Cyclic redundancy check (CRC-4, CRC-8, CRC-16, CRC-32) | |
Common CRC implementation supporting wide range of configurations: | |
http://reveng.sourceforge.net/crc-catalogue/all.htm | |
http://github.com/bryc | |
*/ | |
// :::::::::::::::: CRC-4/ITU :::::::::::::::: |