2
* The crc32 functions and data was originally written by Spencer
3
* Garrett <srg@quick.com> and was gleaned from the PostgreSQL source
4
* tree via the files contrib/ltree/crc32.[ch] and from FreeBSD at
5
* src/usr.bin/cksum/crc32.c.
8
#ifndef DRIZZLED_CRC32_H
9
#define DRIZZLED_CRC32_H
11
uint32_t hash_crc32(const char *key, size_t key_length);
13
#endif /* DRIZZLED_CRC32_H */