X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/symm/sha224.c?ds=sidebyside diff --git a/symm/sha224.c b/symm/sha224.c new file mode 100644 index 0000000..997c51a --- /dev/null +++ b/symm/sha224.c @@ -0,0 +1,12 @@ +/* -*-c-*- + * + * Stub code for SHA-224 + */ + +#include "ghash.h" +#include "ghash-def.h" +#include "hash.h" +#include "sha224.h" + +GHASH_DEF(SHA224, sha224) +HASH_TEST(SHA224, sha224)