Expand description
Thread builder for a single phase
Structs§
- Single
Phase Core Manager - Virtual region manager for
Vec<BasicGateConfig>
in a single challenge phase. This is the core manager for Contexts.
Functions§
- assign_
with_ constraints - Assigns all virtual
threads
to the physical columns inbasic_gates
and returns the break points. Also enables corresponding selectors and adds raw assigned cells to thecopy_manager
. This function should be called either during proving & verifier key generation or when running MockProver. - assign_
witnesses - Assigns all virtual
threads
to the physical columns inbasic_gates
according to a precomputed “computation graph” given bybreak_points
. (break_points
tells the assigner when to move to the next column.)