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.

byteArray

ByteArray of inputs.

lengthInBytes

(Optional) Intended for the Extendable Hash Functions.