Rearrange the file tree.
[u/mdw/catacomb] / symm / whirlpool256.c
diff --git a/symm/whirlpool256.c b/symm/whirlpool256.c
new file mode 100644 (file)
index 0000000..48245f2
--- /dev/null
@@ -0,0 +1,12 @@
+/* -*-c-*-
+ *
+ * Stub code for Whirlpool-256
+ */
+
+#include "ghash.h"
+#include "ghash-def.h"
+#include "hash.h"
+#include "whirlpool256.h"
+
+GHASH_DEF(WHIRLPOOL256, whirlpool256)
+HASH_TEST(WHIRLPOOL256, whirlpool256)