Class with some functions to calculate a CRC32 value of a buffer (memory area)
More...
#include <crc32.hpp>
|
static uint32_t | calc (const char *blk, std::size_t blksize) |
|
static uint32_t | calc (const char *blk) |
|
Class with some functions to calculate a CRC32 value of a buffer (memory area)
static uint32_t strus::utils::Crc32::calc |
( |
const char * |
blk, |
|
|
std::size_t |
blksize |
|
) |
| |
|
static |
static uint32_t strus::utils::Crc32::calc |
( |
const char * |
blk | ) |
|
|
static |
The documentation for this class was generated from the following file:
- /home/patrick/Projects/github/strusBase/include/strus/base/crc32.hpp