Trait risc0_zkp::adapter::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§