Type Alias Keccak256

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

The Keccak-256 hash function.

Aliased Typeยง

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