cdb_hash -- the hash function used by cdb
#include <freecdb.h> uint32 cdb_hash(unsigned char *buf, unsigned int len);
Return a hash for the first len bytes of buf.
The hash.
cdb_seek(3)