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