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