diff options
| author | amelia squires <[email protected]> | 2025-09-30 18:00:29 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-09-30 18:00:29 -0500 |
| commit | 98c6b1b0407fa639e40a80428b8fb2cff61b96dd (patch) | |
| tree | 29231bef090f3afb16e0af503c0b82ca96696dc6 /src/hash/fasthash.h | |
| parent | d6bbdae90448360b9973ac98b761d8c3126ad9c1 (diff) | |
another hash that i didnt really make (afaik)
Diffstat (limited to 'src/hash/fasthash.h')
| -rw-r--r-- | src/hash/fasthash.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/hash/fasthash.h b/src/hash/fasthash.h deleted file mode 100644 index 0a950e7..0000000 --- a/src/hash/fasthash.h +++ /dev/null @@ -1,8 +0,0 @@ -#include "../lua.h" -#include <stdint.h> - -uint64_t fasthash64(uint8_t* in, size_t len, uint64_t seed); -uint32_t fasthash32(uint8_t *buf, size_t len, uint32_t seed); - -int l_fasthash32(lua_State*); -int l_fasthash64(lua_State*); |
