pub fn build_poly(poly: &Poly, h_deg: usize) -> Seq<i128>
Expand description

This function creates a polynomial with w many -1 or 1 and with the highest degree of h_deg. Randomness of the coefficients and positions has to be provided.