chiark
/
gitweb
/
~mdw
/
catacomb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
math/g-*.c: Group implementations include `group.h' via `group-guts.h'.
[catacomb]
/
symm
/
whirlpool256.c
1
/* -*-c-*-
2
*
3
* Stub code for Whirlpool-256
4
*/
5
6
#include "ghash.h"
7
#include "ghash-def.h"
8
#include "hash.h"
9
#include "whirlpool256.h"
10
11
GHASH_DEF(WHIRLPOOL256, whirlpool256)
12
HASH_TEST(WHIRLPOOL256, whirlpool256)