barretenberg icon indicating copy to clipboard operation
barretenberg copied to clipboard

Circuit checker organization

Open codygunton opened this issue 10 months ago • 0 comments

Organization is bad. There should be: a class WitnessChecker with a single function template template <typename Builder> check(Builder&) that should be explicitly instantiated for each flavor.

codygunton avatar Apr 01 '24 15:04 codygunton