chiark
/
gitweb
/
~mdw
/
catacomb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
configure.ac: Replace with a new version.
[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