aboutsummaryrefslogtreecommitdiff
path: root/src/mmhash.h
blob: a795cb172ae7609b32d7d33b01cf85df9068c1b7 (plain)
1
2
3
4
5
6
7
8
#ifndef ALGDS_HASH_H_
#define ALGDS_HASH_H_

#include <stdint.h>

uint64_t mmhash(const void *key, int len, uint64_t seed);

#endif