Go to the documentation of this file.
23 #ifndef INCLUDED_DIGITAL_CRC32_H
24 #define INCLUDED_DIGITAL_CRC32_H
44 update_crc32(
unsigned int crc,
const unsigned char *buf,
size_t len);
50 crc32(
const unsigned char *buf,
size_t len);
53 crc32(
const std::string buf);