New function and example program computes Fibonacci numbers fairly fast.
[u/mdw/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)