pub fn poly(x: &Scalar, f: &Vec<Point>) -> Result<Point, Error>
Evaluate the public polynomial f at scalar x using multi-exponentiation
f
x