package
2.0.0
Repository: https://github.com/danivilardell/gnark.git
Documentation: pkg.go.dev

# Functions

EvalEq returns Πⁿ₁ Eq(xᵢ, yᵢ) = Πⁿ₁ xᵢyᵢ + (1-xᵢ)(1-yᵢ) = Πⁿ₁ (1 + 2xᵢyᵢ - xᵢ - yᵢ).
InterpolateLDE fits a polynomial f of degree len(values)-1 such that f(i) = values[i] whenever defined.

# Type aliases

No description provided by the author
No description provided by the author