starkom-poly 4.5.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.).

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.