Polynomials
Overview
This crate contains several algorithms over polynomials used in Starkom (NTT, Lagrange interpolation, etc.).
All algorithms are implemented generically for any field. The main requirement is that the field
implements the Field trait
provided by the starkom-ff crate.