chiark / gitweb /
mkphrase.c: Better error checking on the length range parameter.
[catacomb] / whirlpool256.c
1 /* -*-c-*-
2  *
3  * $Id$
4  *
5  * Stub code for Whirlpool-256
6  */
7
8 #include "ghash.h"
9 #include "ghash-def.h"
10 #include "hash.h"
11 #include "whirlpool256.h"
12
13 GHASH_DEF(WHIRLPOOL256, whirlpool256)
14 HASH_TEST(WHIRLPOOL256, whirlpool256)