iden3 / circom

zkSnark circuit compiler
GNU General Public License v3.0
1.23k stars 230 forks source link

test failure #236

Open tim-hoffman opened 5 months ago

tim-hoffman commented 5 months ago

The test function algebra_constraint_apply_substitution in circom_algebra/src/algebra.rs is failing on the master branch.

Reproduce:

  1. Run cargo test
tim-hoffman commented 3 months ago

Test has been failing since https://github.com/iden3/circom/pull/145 was merged on Feb 10, 2023. Specifically, commit 6035538 commented out line 1146 in circom_algebra/src/algebra.rs. If that line is replaced, the test passes.