Computes the Keccak256 hash of the given data.
data
The Keccak256 hash of the data, serialized as a StaticArray<u8>.
StaticArray<u8>
The data to hash.
Generated using TypeDoc
Computes the Keccak256 hash of the given
data
.Returns
The Keccak256 hash of the
data
, serialized as aStaticArray<u8>
.