aboutsummaryrefslogtreecommitdiff
path: root/src/hash/sha01.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/sha01.h')
-rw-r--r--src/hash/sha01.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash/sha01.h b/src/hash/sha01.h
new file mode 100644
index 0000000..8ad31ab
--- /dev/null
+++ b/src/hash/sha01.h
@@ -0,0 +1,4 @@
+#include "../lua.h"
+
+int l_sha1(lua_State*);
+int l_sha0(lua_State*);