starkom-poly 1.0.0

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

mod poly;
mod utils;

pub use poly::*;