Rearrange the file tree.
[u/mdw/catacomb] / symm / sha384.c
1 /* -*-c-*-
2 *
3 * Stub code for SHA-384
4 */
5
6 #include "ghash.h"
7 #include "ghash-def.h"
8 #include "hash.h"
9 #include "sha384.h"
10
11 GHASH_DEF(SHA384, sha384)
12 HASH_TEST(SHA384, sha384)