summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/SHA-3/HashFunction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/SHA-3/HashFunction.cpp')
-rw-r--r--src/3rdparty/SHA-3/HashFunction.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/3rdparty/SHA-3/HashFunction.cpp b/src/3rdparty/SHA-3/HashFunction.cpp
new file mode 100644
index 0000000000..7a48f55418
--- /dev/null
+++ b/src/3rdparty/SHA-3/HashFunction.cpp
@@ -0,0 +1,12 @@
+#include "stdafx.h"
+#include "HashFunction.h"
+
+
+HashFunction::HashFunction(void)
+{
+}
+
+
+HashFunction::~HashFunction(void)
+{
+}