Created by Scott Robert Ladd at Coyote Gulch Productions.
#include <crccalc.h>
|
Constructs a new CRC value with a base value of 0xFFFFFFFF. |
|
Returns the current 32-bit CRC value. This value will change with subsequent calls to update.
|
|
Updates the crc value from the bytes provided in data. Each time this function is called for a given crc_calculator, the 32-bit CRC value changes to reflect the new bytes.
|
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.