Contents:
Computes the Keccak-256 hash of a sequence of bytes. The hash value is 32 bytes long. Provides just one static method.
Public Static Functions
Calculate the Keccak 256 hash of a byte array of length len and output the result in hashResult
Public Static Attributes