tests/Makefile.m4: Distribute the converted AES test-vector files.
[u/mdw/catacomb] / sha384.c
CommitLineData
eee16120 1/* -*-c-*-
2 *
3 * $Id: sha384.c,v 1.1 2000/10/15 17:48:15 mdw Exp $
4 *
5 * Stub code for SHA-384
6 */
7
8#include "ghash.h"
9#include "ghash-def.h"
10#include "hash.h"
11#include "sha384.h"
12
13GHASH_DEF(SHA384, sha384)
14HASH_TEST(SHA384, sha384)