Digest::Whirlpool ================= Whirlpool is a 512-bit one-way hash function designed by Vincent Rijmen and Paulo S. L. M. Barreto. Whirlpool is the NESSIE winner in the one-way hash function category. BONUS The C file, _whirlpool.c, is a standalone Whirlpool implementation. To compile it, type: gcc -Wall _whirlpool.c A new binary, a.out, will be created. To run the binary, type: ./a.out COPYRIGHT AND LICENSE Copyright (C) 2003 Julius C. Duque This library is free software; you can redistribute it and/or modify it under the same terms as the GNU General Public License.