Crate openvm_circuit_primitives

Source
Expand description

This crate contains a collection of primitives for use when building circuits. The primitives are separated into two types: standalone Airs and SubAirs.

The following modules contain standalone [Air]s:

The following modules contain SubAirs:

Modules§

Traits§

  • Trait with associated types intended to allow re-use of constraint logic inside other AIRs.
  • This is a helper for generation of the trace on a subset of the columns in a single row of the trace matrix.

Derive Macros§