pub type PoseidonHasherLegacy<H> = Poseidon<PlonkSpongeConstantsLegacy, H>;
Expand description
Poseidon hasher type with legacy plonk sponge constants
Aliased Type§
pub struct PoseidonHasherLegacy<H> {
pub state: Vec<Fp<MontBackend<FqConfig, 4>, 4>>,
/* private fields */
}
Fields§
§state: Vec<Fp<MontBackend<FqConfig, 4>, 4>>
The state of the sponge