crc32c (castagnoli): produce the actually correct result
commita745f0f5c120fef8215a469492d53e90dd003de2
authorrofl0r <rofl0r@users.noreply.github.com>
Mon, 18 Oct 2021 20:33:29 +0000 (18 20:33 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Mon, 18 Oct 2021 20:33:29 +0000 (18 20:33 +0000)
treef90b27e5d0e2b0b6e3522c3da74f60006445de7d
parent06ce07492b8551f64228f6890641626ee36473d5
crc32c (castagnoli): produce the actually correct result

now matches test checksum for "123456789" of 0xe3069283.
the values used for the algorithm are known as "CRC-32/ISCSI" aka "CRC-32C".

https://reveng.sourceforge.io/crc-catalogue/17plus.htm#crc.cat-bits.32
src/crc32/crc32_impl.c
tests/crc32_test.c