crcgen: utility program to generate CRC tables
commit395d3811143d61f6d0765e678d766185981aae97
authorH. Peter Anvin <hpa@zytor.com>
Thu, 16 Jul 2009 14:20:14 +0000 (16 10:20 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 16 Jul 2009 14:20:14 +0000 (16 10:20 -0400)
treeab5906857aa42ded87daae4dba0ec55c3fee10f5
parent80d0fd371f4d70d68ea76e60b79e0845544e230a
crcgen: utility program to generate CRC tables

Small utility program to generate CRC tables in both C and Perl
formats.  Note: we don't actually need a true CRC, which is what this
generates.  We may want to consider going to a "generalized CRC",
meaning a randomly generated set of 8 bytewise permutations.  These
have the advantage of not being linear, while having the same software
implementation as a true CRC.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
misc/crcgen.c [new file with mode: 0644]