From b392bec30ebdd4c84446623193b82531b8001b88 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 24 Jul 2025 02:20:32 -0500 Subject: remove 'newer' hashes that arent really mine --- src/hash/xxh.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/hash/xxh.h (limited to 'src/hash/xxh.h') diff --git a/src/hash/xxh.h b/src/hash/xxh.h deleted file mode 100644 index 07e7579..0000000 --- a/src/hash/xxh.h +++ /dev/null @@ -1,25 +0,0 @@ -#include "../lua.h" -#include - -/** - * calculates a xxhash32 of (len) bytes - * - * @param {uint8_t*} input bytes - * @param {uint32_t} hash seed - * @param {size_t} input length - * @return {uint32_t} 32 bit hash -*/ -uint32_t i_xxhash32(uint8_t*, uint32_t, size_t); - -/** - * calculates a xxhash64 of (len) bytes - * - * @param {uint8_t*} input bytes - * @param {uint64_t} hash seed - * @param {size_t} input length - * @return {uint64_t} 64 bit hash -*/ -uint64_t i_xxhash64(uint8_t*, uint64_t, size_t); - -int l_xxh32(lua_State*); -int l_xxh64(lua_State*); -- cgit v1.2.3