pub type PoseidonHasherLegacy<H> = Poseidon<PlonkSpongeConstantsLegacy, H>;
Poseidon hasher type with legacy plonk sponge constants
pub struct PoseidonHasherLegacy<H> { /* private fields */ }