16-bit CRC
23-Jan-92 16:25:12
Sb: #19317-16-bit CRC
Fm: Vic Wagner 76046,3004
To: Michael A McCormick 76046,1057
Michael,
There are some substantially faster techiques for doing the CRC stuff.
The fastest that I'm aware of requires only one indexed load (from a table
of 256 precomputed CRC values) one 8 bit shift, and one XOR.