Learn R Programming

gethr (version 0.1.0)

web3_sha3: Keccak-256 value of the data.

Description

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

Usage

web3_sha3(data)

Arguments

data

String - Data to convert into a SHA3 hash.

Value

Data - SHA3 result of the given string.

See Also

Other web3 functions: gethr, web3_clientVersion

Examples

Run this code
# NOT RUN {
web3_sha3('hello')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab