namnc / circom-2-arithc

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

fix: node and signal id collision #40

Closed brech1 closed 1 month ago

brech1 commented 1 month ago

Description

This PR fixes the signals and nodes ids collisions updating the generation of signal ids from randomized to incremental.

Related Issues