Type Alias snarkvm_console_algorithms::Keccak256
source · pub type Keccak256 = Keccak<{ _ }, 256>;
Expand description
The Keccak-256 hash function.
Aliased Type§
struct Keccak256;
pub type Keccak256 = Keccak<{ _ }, 256>;
The Keccak-256 hash function.
struct Keccak256;