Back to home page

Enduro/X

 
 

    


0001 CRC-32 version 2.0.0 by Craig Bruce, 2006-04-29.
0002 
0003 This program generates the CRC-32 values for the files named in the
0004 command-line arguments.  These are the same CRC-32 values used by GZIP,
0005 PKZIP, and ZMODEM.  The Crc32_ComputeBuf() can also be detached and
0006 used independently.
0007 
0008 THIS PROGRAM IS PUBLIC-DOMAIN SOFTWARE.
0009 
0010 Based on the byte-oriented implementation "File Verification Using CRC"
0011 by Mark R. Nelson in Dr. Dobb's Journal, May 1992, pp. 64-67.