X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/0b74ca2c61642eae3a61cc641f837f8f044f6278..eee161205f1139ee49e81c8efa33fe18380c917b:/sha384.c?ds=sidebyside diff --git a/sha384.c b/sha384.c new file mode 100644 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)