X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/symm/sha384.c diff --git a/symm/sha384.c b/symm/sha384.c new file mode 100644 index 00000000..e7de7ad7 --- /dev/null +++ b/symm/sha384.c @@ -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)