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 */ }