Add Barreto and Rijmen's Whirlpool hash function.
[u/mdw/catacomb] / whirlpool256.h
diff --git a/whirlpool256.h b/whirlpool256.h
new file mode 100644 (file)
index 0000000..171d886
--- /dev/null
@@ -0,0 +1,13 @@
+/* -*-c-*-
+ *
+ * $Id$
+ *
+ * Stub header for Whirlpool-256
+ */
+
+#ifndef CATACOMB_WHIRLPOOL256_H
+#define CATACOMB_WHIRLPOOL256_H
+
+#include "whirlpool.h"
+
+#endif