Module halo2_frontend::circuit::layouter

source ·
Expand description

Implementations of common circuit layouters.

Structs§

  • The shape of a region. For a region at a certain index, we track the set of columns it uses as well as the number of rows it uses.

Enums§

  • The virtual column involved in a region. This includes concrete columns, as well as selectors that are not concrete columns at this stage.

Traits§