New SHA variants with longer outputs.
[u/mdw/catacomb] / sha384.c
diff --git a/sha384.c b/sha384.c
new file mode 100644 (file)
index 0000000..a634ef7
--- /dev/null
+++ b/sha384.c
@@ -0,0 +1,14 @@
+/* -*-c-*-
+ *
+ * $Id: sha384.c,v 1.1 2000/10/15 17:48:15 mdw Exp $
+ *
+ * Stub code for SHA-384
+ */
+
+#include "ghash.h"
+#include "ghash-def.h"
+#include "hash.h"
+#include "sha384.h"
+
+GHASH_DEF(SHA384, sha384)
+HASH_TEST(SHA384, sha384)