starkom-poly 2.0.0

Algorithms over polynomials used in Starkom (NTT, Lagrange interpolation, etc.).
Documentation

Polynomials

CI crates.io license

Overview

This crate contains several algorithms over polynomials used in Starkom (NTT, Lagrange interpolation, etc.).

Most algorithms are implemented generically for any prime field. The main requirement is that the field implements the PrimeField trait provided in the starkom-ff crate.