<dmsdk/dlib/hash.h>
Hash functions.
calculate 64-bit hash value from buffer
buffer -
const void* Buffer
buffer_len -
uint32_t Length of buffer
hash -
uint64_t hash value
calculate 64-bit hash value from string
string -
const char* Null terminated string
hash -
uint64_t hash value
dmhash_t type definition
typedef uint64_t dmhash_t