chiark / gitweb /
configure.ac: Replace with a new version.
[catacomb] / sha384.c
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
13 GHASH_DEF(SHA384, sha384)
14 HASH_TEST(SHA384, sha384)