web3_sha3: Keccak-256 value of the data.

Description Usage Arguments Value See Also Examples

View source: R/web3.R

Description

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

Usage

1

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

1
web3_sha3('hello')

gethr documentation built on May 2, 2019, 7:03 a.m.