From 98c6b1b0407fa639e40a80428b8fb2cff61b96dd Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 30 Sep 2025 18:00:29 -0500 Subject: another hash that i didnt really make (afaik) --- src/crypto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/crypto.h') 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}, -- cgit v1.2.3