]> git.ozlabs.org Git - ccan/commit
ccan/crc: remove broken "crc32c" routines which gave wrong results.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 11 Jun 2019 04:56:02 +0000 (14:26 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 11 Jun 2019 04:56:02 +0000 (14:26 +0930)
commitce4660aa49404530a608a37754fae16fbb3fde02
tree45133f32e702906eba6e525647e1e271b1a67068
parent2c148ec2ad0459d29ba19ec5b1c5515717cc8d80
ccan/crc: remove broken "crc32c" routines which gave wrong results.

I copied them from the kernel, but obviously didn't find good test
vectors.  In particular, the CRC of all zeroes is not 0!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/crc/_info
ccan/crc/crc.c
ccan/crc/crc.h
ccan/crc/test/api.c