CRC Calculator

Powered by @taichunmin/crc@{{ pkgVersion }}
Input
Output
Value{{ inputBuf.length }}
NameResultPolyInitRefInRefOutXorOut
{{ name }}{{ formatUint(algo.getCrc(inputBuf), byteLen) }}{{ formatUint(algo.poly, byteLen) }}{{ formatUint(algo.initial, byteLen) }}{{ algo.refin ? 'Yes' : 'No' }}{{ algo.refout ? 'Yes' : 'No' }}{{ formatUint(algo.xorout, byteLen) }}