Module circuit

Source
Expand description

Module providing tools to create a circuit using our gates

Modules§

builder
Module that helps auto-build circuits

Structs§

BaseCircuitParams
A struct defining the configuration parameters for a halo2-base circuit
BaseConfig
Configuration with BaseConfig with NI public instance columns.

Enums§

CircuitBuilderStage
Defines stage of circuit building.
MaybeRangeConfig
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.