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