mtbl_crc32c - calculate CRC32C checksum
Contents
Description
The mtbl_crc32c() function calculates the CRC32C checksum of a sequence of bytes of length length. The
buffer argument points to the start of the sequence.
Name
mtbl_crc32c - calculate CRC32C checksum
Return Value
The CRC32C checksum.
01/31/2014 MTBL_CRC32C(3)
Synopsis
#include<mtbl.h>uint32_tmtbl_crc32c(constuint8_t*buffer,size_tlength);
