aboutsummaryrefslogtreecommitdiff
path: root/src/hash/crc.h
diff options
context:
space:
mode:
authorame <[email protected]>2023-11-03 19:45:15 -0500
committerame <[email protected]>2023-11-03 19:45:15 -0500
commit0e4aeb5ee6878c74f8116b0719a90e167d17c6b4 (patch)
treeec66bbcd1453fda3b7fde17ffa42b70180a149d1 /src/hash/crc.h
parent78e72d66085f27719a6f23fc22e58dfc8a0f31e6 (diff)
tons of checksums (i had fun:3)
Diffstat (limited to 'src/hash/crc.h')
-rw-r--r--src/hash/crc.h5
1 files changed, 5 insertions, 0 deletions
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*);