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