namnc / circom-2-arithc

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

fix: number operations #29

Closed brech1 closed 2 months ago

brech1 commented 2 months ago

Description

This pull request updates the execute_op function in order to enable every operation to be made between integers and not limit this to AGateType.

It also includes a fix to merge function return variables whenever changing contexts.

Related Issues