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/crypto.h | |
| parent | d6bbdae90448360b9973ac98b761d8c3126ad9c1 (diff) | |
another hash that i didnt really make (afaik)
Diffstat (limited to 'src/crypto.h')
| -rw-r--r-- | src/crypto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto.h b/src/crypto.h index 78c8d4f..9561008 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -12,7 +12,6 @@ #include "hash/xor.h"
#include "hash/buzhash.h"
#include "hash/djb2.h"
-#include "hash/fasthash.h"
#include "hash/fnv.h"
#include "hash/jenkins.h"
#include "hash/loselose.h"
@@ -112,7 +111,6 @@ static const luaL_Reg crypto_function_list [] = { {"setpearson",l_setpearson}, {"fletcher8",l_fletcher8},
{"fletcher16",l_fletcher16}, {"fletcher32",l_fletcher32},
{"setbuzhash",l_setbuzhash},
- {"fasthash32", l_fasthash32}, {"fasthash64", l_fasthash64},
{"loselose", l_loselose},
{"murmur1_32", l_murmur1_32}, {"murmur2_32", l_murmur2_32},
|
