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/crc.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/hash/crc.h (limited to 'src/hash/crc.h') diff --git a/src/hash/crc.h b/src/hash/crc.h new file mode 100644 index 0000000..d380235 --- /dev/null +++ b/src/hash/crc.h @@ -0,0 +1,5 @@ +#include "../lua.h" + +int l_crc8(lua_State*); +int l_crc16(lua_State*); +int l_crc32(lua_State*); -- cgit v1.2.3