Module scuttlebutt::field::polynomial
source · Expand description
This module defines polynomials (and their operations) over finite fields.
Structs§
- A polynomial in Newton polynomial form.
- A polynomial over some given finite field, represented as the coefficient vector.
Functions§
- Compute the Lagrange coefficient $
ℓᵤ(e)
$ specified by pointspoints
andu ∈ points
. - Compute the Lagrange coefficient denominator.
- Compute the Lagrange coefficient numerator.