Function hacspec_halo2::eval_polyx

source ·
pub fn eval_polyx(p: Polyx, x: FpVesta) -> FpVesta
Expand description

Evaluate a polynomial at point, return the evaluation

Arguments

  • p - the polynomial
  • x - the point