aboutsummaryrefslogtreecommitdiff
path: root/src/hash/spookyhash.h
blob: 5bcecf6164a63388712d31cd0b65c860c4260490 (plain)
1
2
3
4
5
6
7
8
#include "../lua.h"

int l_spookyhash128_v1(lua_State*);
int l_spookyhash128_v2(lua_State*);
int l_spookyhash64_v1(lua_State*);
int l_spookyhash64_v2(lua_State*);
int l_spookyhash32_v1(lua_State*);
int l_spookyhash32_v2(lua_State*);