crc-table-generator icon indicating copy to clipboard operation
crc-table-generator copied to clipboard

reflectIn == true creates a zero poly

Open skull-squadron opened this issue 3 months ago • 1 comments

https://github.com/ETLCPP/crc-table-generator/blob/d143e23085dcf2e94889f29edc2689ffad5a14d9/Crc16.cpp#L31

Should be << 8

skull-squadron avatar Sep 24 '25 17:09 skull-squadron

I assume this incorrect shift is true for the CRC32 and CRC64 generator types too.

jwellbelove avatar Sep 26 '25 09:09 jwellbelove