tango.util.digest.Whirlpool

License:

BSD style: see doc/license.txt for details

Version:

Initial release: Jan 2010

Author:

Kai Nacke

This module implements the Whirlpool algorithm by Paulo S.L.M. Barreto and Vincent Rijmen. See https://www.cosic.esat.kuleuven.ac.be/nessie/workshop/submissions/whirlpool.zip for more information.

int INTERNAL_ROUNDS [private, static, const] #
ulong C0[256] C0 [private, static, const] #
ulong C1[256] C1 [private, static, const] #
ulong C2[256] C2 [private, static, const] #
ulong C3[256] C3 [private, static, const] #
ulong C4[256] C4 [private, static, const] #
ulong C5[256] C5 [private, static, const] #
ulong C6[256] C6 [private, static, const] #
ulong C7[256] C7 [private, static, const] #
ulong rc[INTERNAL_ROUNDS + 1] rc [private, static, const] #