Function hacspec_halo2::lagrange_polyx
source · Expand description
Find lowest degree polynomial passing through a set points using legrange interpolation
Arguments
points
is a sequence of points(Fp,Fp)
that the polynomial must pass through
Assertions
- No two points may have the same x-value.