pub fn mul_poly<T: Numeric + Copy>(a: &Seq<T>, b: &Seq<T>, n: T) -> Seq<T>
Expand description

Simple polynomial multiplication for two fixed size polynomials O(n²) with a * b mod n