Expand description

Module implementing our simple custom gate and common functions using it

Structs

A configuration for a basic gate chip describing the selector, and advice column values.
Defines a configuration for a flex gate chip describing the selector, and advice column values for the chip.
A chip that implements the GateInstructions trait supporting basic arithmetic operations.

Enums

Specifies the gate strategy for the gate chip

Constants

The maximum number of phases in halo2.

Traits

Trait that defines basic arithmetic operations for a gate.