axiom-crypto / halo2-lib

Monorepo of halo2 crates
MIT License
236 stars 145 forks source link

debug tool: write a pranker that pranks all cells that are equality constrained #233

Open jonathanpwang opened 9 months ago

jonathanpwang commented 9 months ago

A problem with pranking just one cell is that equality constraints won't be satisfied so it's hard to know if you're actually checking a missing constraint elsewhere. If we write a "smart pranker", that would fix this.