PolyFp

Trait PolyFp 

Source
pub trait PolyFp<F: Field> {
    // Required method
    fn poly_fp(
        &self,
        cycle: usize,
        steps: usize,
        mix: &[F::ExtElem],
        args: &[&[F::Elem]],
    ) -> F::ExtElem;
}

Required Methods§

Source

fn poly_fp( &self, cycle: usize, steps: usize, mix: &[F::ExtElem], args: &[&[F::Elem]], ) -> F::ExtElem

Implementors§