aztec-2.0
aztec-2.0 copied to clipboard
Decouple DSL from internal composer structures
Right now, if we have to add some gates at the beginning of ultra_circuit_constructor, ACIR will break, because it accesses variables directly, relying on very particular structure. This is very brittle, so we should create an API for the Noir team.