Crypto
keccak256
Compute the cryptographic KECCAK256 hash of data
.
The data
must be a data representation, to compute the hash of UTF-8 data use the [id}(../functions/id)
function.
Parameters
Parameter | Type | Description |
---|---|---|
_data | BytesLike | The data to hash. |
Returns
string
DataHexstring
The hash of the data.
Example
Source
Was this page helpful?