chiark
/
gitweb
/
~mdw
/
catacomb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ec-bin (ec_binproj): Make curve setup faster.
[catacomb]
/
sha224.c
1
/* -*-c-*-
2
*
3
* $Id: sha224.c,v 1.1 2004/03/21 22:43:34 mdw Exp $
4
*
5
* Stub code for SHA-224
6
*/
7
8
#include "ghash.h"
9
#include "ghash-def.h"
10
#include "hash.h"
11
#include "sha224.h"
12
13
GHASH_DEF(SHA224, sha224)
14
HASH_TEST(SHA224, sha224)