Function hacspec_halo2::sub_polyx

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

Subtract two polynomials, return resulting polynomial

Arguments

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