namnc / circom-2-arithc

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

Implement `ArithmeticCircuit` evaluation #13

Closed brech1 closed 1 week ago

brech1 commented 4 months ago

So that we can evaluate the circuit given the inputs.

This is needed to implement black box testing.

namnc commented 1 month ago

This can probably be done outside of the circom-2-arithc binary. So we can do it with a python script.

brech1 commented 1 week ago

Resolved in #53