Calculates a 512 bits long Whirlpool hash
class WhirlpoolHash \ from HashBase
| bits from HashBase | Returns the bit length of the hash result. |
| bytes from HashBase | Returns the byte length of the hash result. |
| isFinalized from HashBase | Checks if a hash is finalized. |
| reset from HashBase | Clears the hash state |
| toInt from HashBase | Returns the result as an Integer value. |
| toMemBuf from HashBase | Returns the hash result in a MemBuf. |
| toString from HashBase | Returns the hash result as a hexadecimal string. |
| update from HashBase | Feeds data into the hash function. |
| updateInt from HashBase | Hashes an integer of a specified byte length. |