Skip to main content

N

Constant N 

Source
pub const N: usize = 256;
Expand description

Polynomial degree (number of coefficients per polynomial).

ML-DSA operates over the ring Z_q[X]/(X^256 + 1).