Module polynomial

Source

Structs§

Polynomial
A univariate polynomial with coefficients in a finite field, in monomial form.

Functions§

barycentric_evaluate
Use the barycentric Lagrange evaluation formula to evaluate a polynomial in “value form”, also known as a codeword. This is generally more efficient than first interpolating, then evaluating.