Skip to main content

NttInverse

Trait NttInverse 

Source
pub(crate) trait NttInverse {
    type Output;

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

Required Associated Types§

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl NttInverse for NttPolynomial<BaseField>

Source§

impl<K: ArraySize> NttInverse for NttVector<BaseField, K>

Implementors§