Utils.ExSha3 (eth_wallet v0.0.3)
ExSha3 supports the three hash algorithms:
* KECCAK1600-f the original pre-fips version as used in Ethereum
* SHA3 the fips-202 approved final hash
* SHAKE
Keccak and SHA3 produce fixed length strings corresponding to their bit length, while shake produces an arbitary length output according to the provided outlen parameter.
Link to this section Summary
Link to this section Functions
Link to this function
keccak_224(source)
Specs
Link to this function
keccak_256(source)
Specs
Link to this function
keccak_384(source)
Specs
Link to this function
keccak_512(source)
Specs
Link to this function
sha3_224(source)
Specs
Link to this function
sha3_256(source)
Specs
Link to this function
sha3_384(source)
Specs
Link to this function
sha3_512(source)
Specs
Link to this function
shake_128(source, outlen)
Specs
Link to this function