aboutsummaryrefslogtreecommitdiff
path: root/src/hash/sha2-256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/sha2-256.h')
-rw-r--r--src/hash/sha2-256.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hash/sha2-256.h b/src/hash/sha2-256.h
new file mode 100644
index 0000000..d794dec
--- /dev/null
+++ b/src/hash/sha2-256.h
@@ -0,0 +1,5 @@
+#include "../lua.h"
+
+int l_sha512(lua_State*);
+int l_sha384(lua_State*);
+int l_sha512_t(lua_State*);