New SHA variants with longer outputs.
[u/mdw/catacomb] / sha384.h
diff --git a/sha384.h b/sha384.h
new file mode 100644 (file)
index 0000000..661ca60
--- /dev/null
+++ b/sha384.h
@@ -0,0 +1,13 @@
+/* -*-c-*-
+ *
+ * $Id: sha384.h,v 1.1 2000/10/15 17:48:15 mdw Exp $
+ *
+ * Stub header for SHA-384
+ */
+
+#ifndef CATACOMB_SHA384_H
+#define CATACOMB_SHA384_H
+
+#include "sha512.h"
+
+#endif