Trait risc0_zkp::adapter::PolyFp

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

Required Methods§

Implementors§