web3-utilsFunctionssha3sha3 Callablesha3(data: Bytes): undefined | stringcomputes the Keccak-256 hash of the input and returns a hexstring@exampleconsole.log(web3.utils.sha3('web3.js'));> 0x63667efb1961039c9bb0d6ea7a5abdd223a3aca7daa5044ad894226e1f83919aconsole.log(web3.utils.sha3(''));> undefinedParametersdata: Bytesthe input to hashReturns undefined | stringthe Keccak-256 hash of the input
computes the Keccak-256 hash of the input and returns a hexstring