Expand description
Defines the utilities for taking a list of nodes and turning it into a layedout circuit
Structs§
- Circuit
Eval Map - A HashMap that records during circuit compilation where nodes live in the circuit and what data they yield.
- Circuit
Location - The location of a Node in the circuit
Type Aliases§
- Layer
Map - A map that maps layer ID to all the MLEs that are output from that layer. Together these MLEs are combined along with the information from their prefix bits to form the layerwise bookkeeping table.