Learn R Programming

ether (version 0.1.6)

web3_sha3: Returns Keccak-256 (not the standardized SHA3-256) of the given data.

Description

Returns Keccak-256 (not the standardized SHA3-256) of the given data.

Usage

web3_sha3(data)

Arguments

data

Data encoded as hex.

Value

String.

Examples

Run this code
# NOT RUN {
web3_sha3("0x68656c6c6f20776f726c64")
# }

Run the code above in your browser using DataLab