pub fn mul_scalar_polyx(p: Polyx, s: FpVesta) -> Polyx
Expand description

Multiply a polynomial by a scalar, return resulting polynomial

Arguments

  • p - the polynomial
  • s - the scalar