In light of upcoming support for Plonk3, we should start implementing support for generating constraints using the AirBuilder interface. There are several examples in the plonky3 repository on how to implement it, such as keccak.
We should focus on outputting the main trace constraints before handling bus constraints in the auxiliary trace, though these should be easy to support once the main ones are handled.
In light of upcoming support for Plonk3, we should start implementing support for generating constraints using the
AirBuilderinterface. There are several examples in the plonky3 repository on how to implement it, such askeccak.We should focus on outputting the main trace constraints before handling bus constraints in the auxiliary trace, though these should be easy to support once the main ones are handled.