New hash variant SHA224.
[u/mdw/catacomb] / sha224.h
diff --git a/sha224.h b/sha224.h
new file mode 100644 (file)
index 0000000..23684b7
--- /dev/null
+++ b/sha224.h
@@ -0,0 +1,13 @@
+/* -*-c-*-
+ *
+ * $Id: sha224.h,v 1.1 2004/03/21 22:43:34 mdw Exp $
+ *
+ * Stub header for SHA-224
+ */
+
+#ifndef CATACOMB_SHA224_H
+#define CATACOMB_SHA224_H
+
+#include "sha256.h"
+
+#endif