New hash variant SHA224.
[u/mdw/catacomb] / sha224.c
diff --git a/sha224.c b/sha224.c
new file mode 100644 (file)
index 0000000..2eceba0
--- /dev/null
+++ b/sha224.c
@@ -0,0 +1,14 @@
+/* -*-c-*-
+ *
+ * $Id: sha224.c,v 1.1 2004/03/21 22:43:34 mdw Exp $
+ *
+ * Stub code for SHA-224
+ */
+
+#include "ghash.h"
+#include "ghash-def.h"
+#include "hash.h"
+#include "sha224.h"
+
+GHASH_DEF(SHA224, sha224)
+HASH_TEST(SHA224, sha224)