ct.c, ct.h: New constant-time operations.
[u/mdw/catacomb] / sha384.h
1 /* -*-c-*-
2 *
3 * $Id: sha384.h,v 1.1 2000/10/15 17:48:15 mdw Exp $
4 *
5 * Stub header for SHA-384
6 */
7
8 #ifndef CATACOMB_SHA384_H
9 #define CATACOMB_SHA384_H
10
11 #include "sha512.h"
12
13 #endif