9 #ifndef _STRUS_BASE_CRC32_HPP_INCLUDED
10 #define _STRUS_BASE_CRC32_HPP_INCLUDED
22 static uint32_t
calc(
const char* blk, std::size_t blksize);
23 static uint32_t
calc(
const char* blk);
static uint32_t calc(const char *blk, std::size_t blksize)
Class with some functions to calculate a CRC32 value of a buffer (memory area)
Definition: crc32.hpp:19