Function hacspec_halo2::add_polyx

source ·
pub fn add_polyx(p1: Polyx, p2: Polyx) -> Polyx
Expand description

Add two polynomials, return resulting polynomial

Arguments

  • p1 - the LHS polynomial
  • p2 - the RHS polynomial