Type Alias PoseidonHasherLegacy

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

Poseidon hasher type with legacy plonk sponge constants

Aliased Typeยง

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