//! kuro (ι») β Fβ tower field arithmetic
//!
//! Binary field tower: Fβ β FβΒ² β Fββ΄ β FββΈ β FβΒΉβΆ β FβΒ³Β² β FββΆβ΄ β FβΒΉΒ²βΈ
//!
//! Each extension defined by xΒ² + x + Ξ± where Ξ± β previous level.
//! Tower structure enables:
//! - 128 Fβ elements packed in one u128 machine word
//! - SIMD-native operations (64Γ data parallelism vs Goldilocks)
//! - Karatsuba multiplication over tower levels
//!
//! No hemera dependency. No nebu dependency. Pure binary algebra.
//! kuro is to Fβ what nebu is to Goldilocks.
pub use ;
pub use Packed128;
kuro/rs/lib.rs
Ο 0.0%