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
threadsto the physical columns inbasic_gatesand 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
threadsto the physical columns inbasic_gatesaccording to a precomputed “computation graph” given bybreak_points. (break_pointstells the assigner when to move to the next column.)