barretenberg icon indicating copy to clipboard operation
barretenberg copied to clipboard

Should `finalize_circuit` always `add_gates_to_ensure_all_polys_are_non_zero`?

Open codygunton opened this issue 5 months ago • 0 comments

The work here is more complicated because almost every use of finalize_circuit does not add the extra gates. If we keep these extra gates then we should change the finalization function to also ensure. But with edge case handling, this ensuring function should go away.

codygunton avatar Sep 12 '24 02:09 codygunton