Crate p3_interpolation

Source
Expand description

Tools for Lagrange interpolation.

Functionsยง

interpolate_coset
Given evaluations of a batch of polynomials over the given coset of the canonical power-of-two subgroup, evaluate the polynomials at point.
interpolate_coset_with_precomputation
Given evaluations of a batch of polynomials over the given coset of the canonical power-of-two subgroup, evaluate the polynomials at point.
interpolate_subgroup
Given evaluations of a batch of polynomials over the canonical power-of-two subgroup, evaluate the polynomials at point.