Crate keccak_hash[][src]

Structs

Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.

Constants

Get the KECCAK (i.e. Keccak) hash of the empty bytes string.

The KECCAK of the RLP encoding of empty list.

The KECCAK of the RLP encoding of empty data.

Functions

Computes in-place keccak256 hash of data.

Computes in-place keccak256 hash of data[range].

Computes in-place keccak512 hash of data.

Computes in-place keccak512 hash of data[range].