Crate keccak_hash

Source

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