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