namnc / circom-2-arithc

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

feat: component signal connections #25

Closed brech1 closed 2 months ago

brech1 commented 3 months ago

Description

This PR enables the processing of component connections. It updates the runtime and the Component struct to store the input/output signals from each component and their identifiers. Then updates the arithmetic circuit whenever they're declared in an assignment.

Related Issues