Skip to main content

ComponentPoly

Trait ComponentPoly 

Source
pub trait ComponentPoly<K: Field> {
    // Required method
    fn get_component_poly_evals(&self) -> Vec<K>;
}

Required Methods§

Implementors§