Skip to content

Instantly share code, notes, and snippets.

@zhuhaishen
zhuhaishen / crc.js
Last active March 8, 2018 01:41 — forked from bryc/crc.js
CRC
/*
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 ::::::::::::::::