Go to the source code of this file.
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:13 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.c.
zipcrc_t zipcrc_update | ( | zipcrc_t | crc, |
const void * | data, | ||
size_t | data_len | ||
) |