pub fn commit_poly<G: KimchiCurve>(
srs: &SRS<G>,
poly: &DensePolynomial<G::ScalarField>,
) -> G
Expand description
Returns the non-hiding commitment to the provided polynomial
pub fn commit_poly<G: KimchiCurve>(
srs: &SRS<G>,
poly: &DensePolynomial<G::ScalarField>,
) -> G
Returns the non-hiding commitment to the provided polynomial