chiark
/
gitweb
/
~mdw
/
catacomb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Rearrange the file tree.
[catacomb]
/
symm
/
sha384.h
1
/* -*-c-*-
2
*
3
* Stub header for SHA-384
4
*/
5
6
#ifndef CATACOMB_SHA384_H
7
#define CATACOMB_SHA384_H
8
9
#include "sha512.h"
10
11
#endif