NttInverse

Trait NttInverse 

Source
pub trait NttInverse {
    type Output;

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

Required Associated Types§

Required Methods§

Source

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

Implementors§