Crate keccak_hash[−][src]
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 |
| keccak256_range | Computes in-place keccak256 hash of |
| keccak512 | Computes in-place keccak512 hash of |
| keccak512_range | Computes in-place keccak512 hash of |
| keccak_256 | |
| keccak_512 | |
| keccak_buffer | |
| keccak_pipe | |
| write_keccak |