openvm_stark_backend::poly

Module multi

Source
Expand description

Copied from starkware-libs/stwo under Apache-2.0 license.

Structs§

  • Multilinear extension of the function defined on the boolean hypercube.

Traits§

Functions§

  • Computes hypercube_eq(0, assignment) * eval0 + hypercube_eq(1, assignment) * eval1.
  • Evaluates the boolean Lagrange basis polynomial eq(x, y).