Skip to content

Instantly share code, notes, and snippets.

/*
* CascaDB crc32 algorithm and test
* refer to https://code.google.com/p/leveldb/source/browse/util/crc32c.cc
* BohuTANG
* 2013/08/27
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>