web3_sha3
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the keccak-256 (not the standarized sha3-256) of the given data.
Parameters
Data
HexString
Data to calculate the hash from.
Return Type
HexString
- The keccak-256 digest of the given data.
Example