X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/5d5a3322380d8825dbd7e17c617fdc6cb39fdb86..7fcfe7de9c3227fedee03b56e7f69fd9646d4e38:/whirlpool256.c diff --git a/whirlpool256.c b/whirlpool256.c new file mode 100644 index 0000000..38fe665 --- /dev/null +++ b/whirlpool256.c @@ -0,0 +1,14 @@ +/* -*-c-*- + * + * $Id$ + * + * Stub code for Whirlpool-256 + */ + +#include "ghash.h" +#include "ghash-def.h" +#include "hash.h" +#include "whirlpool256.h" + +GHASH_DEF(WHIRLPOOL256, whirlpool256) +HASH_TEST(WHIRLPOOL256, whirlpool256)