Structs§
- H256
- Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
Constants§
- KECCAK_
EMPTY - Get the KECCAK (i.e. Keccak) hash of the empty bytes string.
- KECCAK_
EMPTY_ LIST_ RLP - The KECCAK of the RLP encoding of empty list.
- KECCAK_
NULL_ RLP - The KECCAK of the RLP encoding of empty data.
Functions§
- keccak
- keccak256
- Computes in-place keccak256 hash of
data
. - keccak512
- Computes in-place keccak512 hash of
data
. - keccak256_
range - Computes in-place keccak256 hash of
data[range]
. - keccak512_
range - Computes in-place keccak512 hash of
data[range]
. - keccak_
256 - keccak_
512 - keccak_
buffer - keccak_
pipe - write_
keccak