Skip to main content

eq_eval

Function eq_eval 

Source
pub fn eq_eval<C: SemiringConfig>(
    cfg: &C,
    x: &[C::Element],
    y: &[C::Element],
) -> Result<C::Element, ArithErrors>
Expand description

Evaluate eq polynomial.