uint32_t sdbm_hash(const uint8_t *msg, size_t length)
Computes the sdbm (a public-domain reimplementation of ndbm) http://www.cse.yorku....
Definition: hash.c:39
uint32_t md_hash(const char *msg, size_t length)
Computes the Merkle–Damgård construction hash for a message.
Definition: hash.c:17