Ntt

Trait Ntt 

Source
pub trait Ntt {
    type Output;

    // Required method
    fn ntt(&self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn ntt(&self) -> Self::Output

Implementors§