pub fn poly_eval(coeffs: &[Fp4], x: Fp4) -> Fp4
Expand description

Evaluate a polynomial whose coeffients are in the extension field at a point.