Functions
crc32.h File Reference

Compute the CRC-32. More...

#include <stdint.h>

Go to the source code of this file.

Functions

uint32_t crc32 (uint32_t crc, const char *buf, uint32_t len)
 

Detailed Description

Compute the CRC-32.

Author
Vitaly Kravtsov (in4li.nosp@m.o@gm.nosp@m.ail.c.nosp@m.om)