pub fn convolution_xor<Modulo: FF>( f: Vec<Modulo::Element>, g: Vec<Modulo::Element>, modulo: Modulo, ) -> Vec<Modulo::Element>where Modulo::Element: Copy + FFElem,
$h_{i \oplus j} = \sum f_i g_j$を満たす$h$を求める。
f.len() = g.len()
f.len()
g.len()