Skip to main content

ntt_inverse_layer

Function ntt_inverse_layer 

Source
fn ntt_inverse_layer<const LEN: usize, const ITERATIONS: usize>(
    f: &mut Array<Elem<BaseField>, U256>,
    k: &mut usize,
)
Expand description

One layer of the inverse NTT butterfly.

See ntt_layer for the rationale behind the const generics.