Type Alias Keccak224

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

The Keccak-224 hash function.

Aliased Typeยง

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