p3_fri

Type Alias TwoAdicFriGenericConfigForMmcs

Source
pub type TwoAdicFriGenericConfigForMmcs<F, M> = TwoAdicFriGenericConfig<Vec<BatchOpening<F, M>>, <M as Mmcs<F>>::Error>;

Aliased Type§

struct TwoAdicFriGenericConfigForMmcs<F, M>(pub PhantomData<(Vec<BatchOpening<F, M>>, <M as Mmcs<F>>::Error)>);

Fields§

§0: PhantomData<(Vec<BatchOpening<F, M>>, <M as Mmcs<F>>::Error)>