namnc / circom-2-arithc

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

feat: main template arguments #41

Closed brech1 closed 1 month ago

brech1 commented 1 month ago

Description

This PR enables arguments for the main component. It also includes a fix for constant signal declarations.

Related issues