Type Alias Keccak384

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

The Keccak-384 hash function.

Aliased Typeยง

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