pub type PoseidonHasherLegacy<H> = Poseidon<PlonkSpongeConstantsLegacy, H>;
Expand description

Poseidon hasher type with legacy plonk sponge constants

Aliased Type§

struct PoseidonHasherLegacy<H> { /* private fields */ }