logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mtbl_crc32c - calculate CRC32C checksum

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);

See Also