Type Alias Keccak512

Source
pub type Keccak512<E> = Keccak<E, snarkvm_circuit_algorithms::::keccak::Keccak512::{constant#0}, 512>;
Expand description

The Keccak-512 hash function.

Aliased Typeยง

struct Keccak512<E> { /* private fields */ }