#include <stdlib.h>
#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | CRC_ALGO_TABLE_DRIVEN 1 |
Typedefs | |
typedef uint_fast32_t | zipcrc_t |
Functions | |
zipcrc_t | zipcrc_update (zipcrc_t crc, const void *data, size_t data_len) |
Functions and types for CRC checks.
Generated on Sat Jul 29 13:31:06 2017, by pycrc v0.9, https://pycrc.org using the configuration: Width = 32 Poly = 0x04c11db7 Xor_In = 0xffffffff ReflectIn = True Xor_Out = 0xffffffff ReflectOut = True Algorithm = table-driven
Definition in file zipcrc.h.
#define CRC_ALGO_TABLE_DRIVEN 1 |
typedef uint_fast32_t zipcrc_t |
zipcrc_t zipcrc_update | ( | zipcrc_t | crc, |
const void * | data, | ||
size_t | data_len | ||
) |