pub type Poseidon2<E> = Poseidon<E, 2>;
Poseidon2 is a cryptographic hash function of input rate 2.
struct Poseidon2<E> { /* private fields */ }