summaryrefslogtreecommitdiff
path: root/src/pycryptopp/hash/sha256module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pycryptopp/hash/sha256module.hpp')
-rw-r--r--src/pycryptopp/hash/sha256module.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pycryptopp/hash/sha256module.hpp b/src/pycryptopp/hash/sha256module.hpp
new file mode 100644
index 0000000..2dac9b5
--- /dev/null
+++ b/src/pycryptopp/hash/sha256module.hpp
@@ -0,0 +1,7 @@
+#ifndef __INCL_SHA256MODULE_HPP
+#define __INCL_SHA256MODULE_HPP
+
+extern void
+init_sha256(PyObject* module);
+
+#endif /* #ifndef __INCL_SHA256MODULE_HPP */