Skip to main content

MAX_DEGREE

Constant MAX_DEGREE 

Source
pub const MAX_DEGREE: usize = 16;
Expand description

Highest degree the stamped ladder below covers. Beyond it the kernel takes the rolled path, which is correct at any degree but computes its coefficients at runtime and does not unroll. Extending the ladder is mechanical: append literals to the m list and, every two degrees, to the k list.

Last built: 2026-09-08 21:35:55 UTC