pub type Poseidon8<E> = Poseidon<E, 8>;
Expand description

Poseidon8 is a cryptographic hash function of input rate 8.

Aliased Type§

struct Poseidon8<E> { /* private fields */ }