starkom-poly 2.1.0

Algorithms over polynomials used in Starkom (NTT, Lagrange interpolation, etc.).
Documentation
1
2
3
4
5
6
7
8
9
// Copyright 2026 The Libernet Team
// SPDX-License-Identifier: Apache-2.0

#![doc = include_str!("../README.md")]

mod poly;
mod utils;

pub use poly::*;