pub fn commit_to_field_elems<G: KimchiCurve>( srs: &SRS<G>, data: &[G::ScalarField], ) -> Vec<G>where <G as AffineRepr>::Group: VariableBaseMSM,