klay_sha3
Returns Keccak-256 (not the standardized SHA3-256) of the given data.
Parameters
Name
Type
Description
data
DATA
The data to convert into a SHA3 hash.
Return Value
Type
Description
32-byte DATA
The SHA3 result of the given data.
Example
Last updated