Rearrange the file tree.
[u/mdw/catacomb] / symm / sha384.c
diff --git a/symm/sha384.c b/symm/sha384.c
new file mode 100644 (file)
index 0000000..e7de7ad
--- /dev/null
@@ -0,0 +1,12 @@
+/* -*-c-*-
+ *
+ * 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)