Add Barreto and Rijmen's Whirlpool hash function.
[u/mdw/catacomb] / whirlpool256.c
diff --git a/whirlpool256.c b/whirlpool256.c
new file mode 100644 (file)
index 0000000..38fe665
--- /dev/null
@@ -0,0 +1,14 @@
+/* -*-c-*-
+ *
+ * $Id$
+ *
+ * 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)