Method Summary |
|
public void | NESSIEadd(byte[] source, long sourceBits) Delivers input data to the hashing algorithm. |
public void | NESSIEadd(String source) Delivers string input data to the hashing algorithm. |
public void | NESSIEfinalize(byte[] digest) Get the hash value from the hashing state. |
public void | NESSIEinit() Initialize the hashing state. |
public static void | main(String[] args) |
public static void | makeISOTestVectors() Generate the ISO/IEC 10118-3 test vector set for Whirlpool. |
public static void | makeNESSIETestVectors() Generate the NESSIE test vector set for Whirlpool.
The test consists of:
1. |
protected void | processBuffer() The core Whirlpool transform. |