Function convolution_xor

Source
pub fn convolution_xor<Modulo: FF>(
    f: Vec<Modulo::Element>,
    g: Vec<Modulo::Element>,
    modulo: Modulo,
) -> Vec<Modulo::Element>
where Modulo::Element: Copy + FFElem,
Expand description

$\mathtt{a_{i \oplus j}} = \sum \mathtt{f_{i}} * \mathtt{g_{j}}$を満たすaを求める。