math/mpreduce.h: Missing include files.
[u/mdw/catacomb] / symm / sha224.c
CommitLineData
5b69c389 1/* -*-c-*-
2 *
5b69c389 3 * Stub code for SHA-224
4 */
5
6#include "ghash.h"
7#include "ghash-def.h"
8#include "hash.h"
9#include "sha224.h"
10
11GHASH_DEF(SHA224, sha224)
12HASH_TEST(SHA224, sha224)