Type Alias snarkvm_console_algorithms::Poseidon2
source · pub type Poseidon2<E> = Poseidon<E, 2>;
Expand description
Poseidon2 is a cryptographic hash function of input rate 2.
Aliased Type§
struct Poseidon2<E> { /* private fields */ }
pub type Poseidon2<E> = Poseidon<E, 2>;
Poseidon2 is a cryptographic hash function of input rate 2.
struct Poseidon2<E> { /* private fields */ }