Expand description
Module providing tools to create a circuit using our gates
Modules§
- builder
- Module that helps auto-build circuits
Structs§
- Base
Circuit Params - A struct defining the configuration parameters for a halo2-base circuit
- Base
Config - Configuration with
BaseConfig
withNI
public instance columns.
Enums§
- Circuit
Builder Stage - Defines stage of circuit building.
- Maybe
Range Config - Smart Halo2 circuit config that has different variants depending on whether you need range checks or not. The difference is that to enable range checks, the Halo2 config needs to add a lookup table.