#include <glib.h>
Go to the source code of this file.
Functions | |
| void | crc_init (void) |
| Initialize the CRC computations. | |
| guint32 | crc32_update_crc (guint32 crc_accum, gconstpointer data, size_t len) |
| Update the CRC-32 on the data block one byte at a time. | |
|
||||||||||||||||
|
Update the CRC-32 on the data block one byte at a time.
|
|
|
Initialize the CRC computations.
|
1.3.6