AztecProtocol / barretenberg

Apache License 2.0
126 stars 77 forks source link

Ensure constraint correctness in recursive verifiers #1039

Open ledwards2225 opened 1 week ago

ledwards2225 commented 1 week ago

This is a catch all issue for a handful of known (and likely some unknown) issues with constraints in the recursive verifiers, particularly in Sumcheck/Zeromorph where native and circuit code coincide. This includes use of disconnected witnesses and use of pow(size_t) in ways that are not not strictly correct.