DOKK / manpages / debian 12 / libmtbl-dev / mtbl_crc32c.3.en
MTBL_CRC32C(3)   MTBL_CRC32C(3)

mtbl_crc32c - calculate CRC32C checksum

#include <mtbl.h>

uint32_t mtbl_crc32c(const uint8_t *buffer, size_t length);

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.

The CRC32C checksum.

01/31/2014