diff options
| author | ame <[email protected]> | 2025-07-24 02:20:32 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-07-24 02:20:32 -0500 |
| commit | b392bec30ebdd4c84446623193b82531b8001b88 (patch) | |
| tree | 05a803b9f0c333633f5b09d582343e36ddb7443c /src/hash/metrohash.h | |
| parent | 09943d9cea7a29ad8a0b8dbbc9ed8a2e0971cc08 (diff) | |
remove 'newer' hashes that arent really mine
Diffstat (limited to 'src/hash/metrohash.h')
| -rw-r--r-- | src/hash/metrohash.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/hash/metrohash.h b/src/hash/metrohash.h deleted file mode 100644 index 8c9ebea..0000000 --- a/src/hash/metrohash.h +++ /dev/null @@ -1,14 +0,0 @@ -#include "../lua.h" -#include <stdint.h> - -enum metrohash_version { - v1, v2 -}; - -uint64_t metrohash64(uint8_t* in, size_t len, uint32_t seed, enum metrohash_version v); -void metrohash128(uint8_t* in, size_t len, uint32_t seed, uint64_t *a, uint64_t *b, enum metrohash_version ver); - -int l_metrohash64_v1(lua_State*); -int l_metrohash64_v2(lua_State*); -int l_metrohash128_v1(lua_State*); -int l_metrohash128_v2(lua_State*); |
