ZlibWapi_Crc32

Description

int ZlibWapi_Crc32(int crcValue,
                   int sourceBuffer,
                   int sourceLength);

Computes a running CRC-32 checksum.

Parameters

crcValue

Previous crc value.

sourceBuffer

Bank of data to add to the current checksum.

sourceLength

Size of the source buffer.

Return Values

Returns a CRC32 hash for the data passed.

See also

ZipApi_Crc32