generate
fun generate(parameters: KeccakParameter, byteArray: ByteArray, lengthInBytes: Int = parameters.minLength / 8): ByteArray
Generate a hash based on the Keccak parameter.
Parameters
parameters
KeccakParameter of the SHA-3 Hash Function.
byte Array
ByteArray of inputs.
length In Bytes
(Optional) Intended for the Extendable Hash Functions.