binius_core/composition/
mod.rs

1
2
3
4
5
6
7
8
9
// Copyright 2024-2025 Irreducible Inc.

//! Commonly used composition polynomials.

pub mod index;
pub mod product_composition;

pub use index::*;
pub use product_composition::*;