Function risc0_zkp::core::poly::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.