Closed DanieleDiBenedetto closed 3 years ago
This issue is the same of https://github.com/arkworks-rs/poly-commit/issues/40, fixed by arkworks in https://github.com/arkworks-rs/poly-commit/pull/55. A similar fix has been commited also to our poly-commit in https://github.com/HorizenLabs/poly-commit/commit/3eec3f4ab5d385db1656b2bf9eb7c14e84ae8253. A unit test marlin side has been added too in 2589862ae3f8b2e2960d7530d50a5e0f6b3c4cf0.
As the title suggest, if in a circuit the number of constraints is exactly equal to a power of two, inconsistent indexer polynomials are produced. For instance:
This may be a porting error. Investigate and solve.