Expand description
Module providing tools to create a circuit using our gates
Modules§
- Module that helps auto-build circuits
Structs§
- A struct defining the configuration parameters for a halo2-base circuit
- Configuration with
BaseConfig
withNI
public instance columns.
Enums§
- Defines stage of circuit building.
- 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.