hashsum.1: Fix counting error (left over from some previous edit).
[u/mdw/catacomb] / whirlpool256.c
CommitLineData
7fcfe7de 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
13GHASH_DEF(WHIRLPOOL256, whirlpool256)
14HASH_TEST(WHIRLPOOL256, whirlpool256)