poly_eval

Function poly_eval 

Source
pub fn poly_eval<E: ExtElem>(coeffs: &[E], x: E) -> E
Expand description

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