Skip to main content

Ntt

Trait Ntt 

Source
pub(crate) trait Ntt {
    type Output;

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

Required Associated Types§

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl Ntt for Polynomial<BaseField>

Source§

impl<K: ArraySize> Ntt for Vector<BaseField, K>

Source§

type Output = NttVector<BaseField, K>

Source§

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

Implementors§