pub fn convolution_xor<Modulo: FF>( f: Vec<Modulo::Element>, g: Vec<Modulo::Element>, modulo: Modulo, ) -> Vec<Modulo::Element>where Modulo::Element: Copy + FFElem,
$\mathtt{a_{i \oplus j}} = \sum \mathtt{f_{i}} * \mathtt{g_{j}}$を満たすaを求める。
a