diff options
| author | ame <[email protected]> | 2023-11-17 10:10:47 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-11-17 10:10:47 -0600 |
| commit | b224d2f0b9b344a08c6c508d61f15bdf205464f8 (patch) | |
| tree | 4b265eb0e9f7b1666be24cac3b9d27a6b343fbb4 /src/hash/metrohash.h | |
| parent | 4fc59207afdf442cd769992339b7fdea0ff2a2b8 (diff) | |
tons of hashes bleh
Diffstat (limited to 'src/hash/metrohash.h')
| -rw-r--r-- | src/hash/metrohash.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hash/metrohash.h b/src/hash/metrohash.h new file mode 100644 index 0000000..30dabb2 --- /dev/null +++ b/src/hash/metrohash.h @@ -0,0 +1,6 @@ +#include "../lua.h" + +int l_metrohash64_v1(lua_State*); +int l_metrohash64_v2(lua_State*); +int l_metrohash128_v1(lua_State*); +int l_metrohash128_v2(lua_State*); |
