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