Possible Duplicate:
CRC32 C or C++ implementation
Where can I find a CRC32 implementation for strings?
Possible Duplicate:
CRC32 C or C++ implementation
Where can I find a CRC32 implementation for strings?
There are many specifications for CRC32 depending on the polynomial (magic numbers). First thing to do is find out which specific CRC32 you need. Then generate the CRC32 table using a code generator.