namnc / circom-2-arithc

Circom interpreter to arithmetic circuit description
MIT License
33 stars 7 forks source link

Implement component connections in the arithmetic circuit #23

Closed brech1 closed 2 months ago

brech1 commented 3 months ago

So far the gates are created independently when a template is executed (as a component).

But these templates have defined input and output signals, which are wired when setting up the component, these connections are currently only stored in each component but are not being part of the actual circuit.

The idea of this issue is to implement this connections.