acir

Module native_types

Source
Expand description

Low-level native types used within the crate::circuit module for representing ACIR.

Modulesยง

Structsยง

  • An expression representing a quadratic polynomial.
  • An index that represents the position a witness value will take
  • A map from the witnesses in a constraint system to the field element values
  • An ordered set of witness maps for separate circuits
  • Native error for serializing/deserializing a witness stack.