Go to the source code of this file.
Functions | |
unsigned long | crc (const unsigned char *buf, int len) |
Compute CRC (cyclic redundancy code) as specified by PNG. |
unsigned long crc | ( | const unsigned char * | buf, |
int | len | ||
) |
Compute CRC (cyclic redundancy code) as specified by PNG.
buf | The data to checksum. |
len | The length of the data. |
Definition at line 69 of file crc.c.
References update_crc().
Referenced by parse_png(), png_iTXt(), and update_crc().