Crate p3_frontend
source ·Expand description
Conversion from a circuit that implements the Air
trait into a halo2_backend compatible
circuit. Includes helper functions to convert plonky3 witness format into halo2_backend
witness format.
Structs§
- An
AirBuilder
for evaluating constraints symbolically, and recording them for later use. - A variable within the evaluation window, i.e. a column in either the local or next row.
Enums§
- An expression over
SymbolicVariable
s.