Function halo2_proofs::arithmetic::lagrange_interpolate
source · [−]Expand description
Returns coefficients of an n - 1 degree polynomial given a set of n points
and their evaluations. This function will panic if two values in points
are the same.