Function hacspec_halo2::mul_polyx
source · Expand description
Polynomial multiplication using sparse multiplication. This can be more efficient than operand scanning but also prone to side-channel attacks. Mostly copied from hacspec’s poly_mul
Arguments
p1
LHS polynomialp2
RHS polynomial