crypto / org.apache.tuweni.crypto / Hash / keccak512

keccak512

static fun keccak512(input: ByteArray): ByteArray (source)
static fun keccak512(input: Bytes): Bytes (source)

Digest using keccak-512.

Parameters

input - The input bytes to produce the digest for.

Return
A digest.