pub type Keccak256 = HashFunctionWrapper<Keccak256, 32>;Expand description
The KECCAK hash function with 256 bit digests.
Aliased Typeยง
pub struct Keccak256(/* private fields */);pub type Keccak256 = HashFunctionWrapper<Keccak256, 32>;The KECCAK hash function with 256 bit digests.
pub struct Keccak256(/* private fields */);