crc-table-generator
crc-table-generator copied to clipboard
reflectIn == true creates a zero poly
https://github.com/ETLCPP/crc-table-generator/blob/d143e23085dcf2e94889f29edc2689ffad5a14d9/Crc16.cpp#L31
Should be << 8
I assume this incorrect shift is true for the CRC32 and CRC64 generator types too.