Skip to main content

DefaultFqSponge

Type Alias DefaultFqSponge 

Source
type DefaultFqSponge<P, SC> = DefaultFqSponge<P, SC, SPONGE_PARAM_FULL_ROUNDS>;

Aliased Type§

struct DefaultFqSponge<P, SC> {
    pub sponge: ArithmeticSponge<<P as CurveConfig>::BaseField, SC, SPONGE_PARAM_FULL_ROUNDS>,
    pub last_squeezed: Vec<u64>,
}

Fields§

§sponge: ArithmeticSponge<<P as CurveConfig>::BaseField, SC, SPONGE_PARAM_FULL_ROUNDS>§last_squeezed: Vec<u64>