From 5cd20516567da82c60b5513c732e23db6918a4b6 Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 3 Nov 2023 19:45:15 -0500 Subject: tons of checksums (i had fun:3) --- src/hash/xor.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/hash/xor.h (limited to 'src/hash/xor.h') diff --git a/src/hash/xor.h b/src/hash/xor.h new file mode 100644 index 0000000..f495c36 --- /dev/null +++ b/src/hash/xor.h @@ -0,0 +1,3 @@ +#include "../lua.h" + +int l_xor8(lua_State*); -- cgit v1.2.3