CRC - PNG Cyclic Redundancy Checksum
CRC computes the PNG CRC (cyclic redundancy checksum)
for a string of bytes.
-
Reference:
-
G Randers-Pehrson, et al,
PNG (Portable Network Graphics) Specification,
Version 1.2, July 1999.
Files you may copy include:
The list of routines includes:
-
CRC computes the CRC of a string of bytes;
-
MAKE_CRC_TABLE makes the table for a fast CRC computation;
-
PRINT_CRC_TABLE prints the fast CRC table;
-
UPDATE_CRC updates a running CRC.
Back to the C software page.
Last revised on 23 February 2001.