From 7eb07ccdca178abffe5ffccf686b4f818db3601d Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 17 Nov 2023 10:10:47 -0600 Subject: tons of hashes bleh --- src/hash/spookyhash.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/hash/spookyhash.h (limited to 'src/hash/spookyhash.h') diff --git a/src/hash/spookyhash.h b/src/hash/spookyhash.h new file mode 100644 index 0000000..5bcecf6 --- /dev/null +++ b/src/hash/spookyhash.h @@ -0,0 +1,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*); -- cgit v1.2.3