Xiqual 0.9.1

In file xitools/crc32.c:

ulong crc32_update

(unsigned char octet, ulong crc)

Update a CRC32 checksum.

Documentation

Update a CRC32 checksum. This function adds the specified octet (character) to the supplied CRC32 checksum. Used internally by crc32_calc() and hashing functions.
Parameters:
octet - Next character to sum
- crc 32-bit cyclic redundancy checksum
Returns:
The resulting checksum
Author:
Gary S. Brown
See Also:
crc32_calc()

Alphabetic index



This page was generated with the help of DOC++.