gnu.crypto.hash
public final class Whirlpool extends BaseHash
Whirlpool, a new 512-bit hashing function operating on messages less than 2 ** 256 bits in length. The function structure is designed according to the Wide Trail strategy and permits a wide variety of implementation trade-offs.
IMPORTANT: This implementation is not thread-safe.
References:
Version: $Revision: 1.10 $
Constructor Summary | |
---|---|
Whirlpool() Trivial 0-arguments constructor. |
Method Summary | |
---|---|
Object | clone() |
protected byte[] | getResult() |
protected byte[] | padBuffer() |
protected void | resetContext() |
boolean | selfTest() |
protected void | transform(byte[] in, int offset) |