keccak256

function keccak256(input: byte_array): byte_array

Compute the Keccak256 digest (hash) of the given byte array.

Return

the Keccak256 digest as a byte array of length 32

Since

0.10.6

Parameters

input

the data to digest