AztecProtocol / barretenberg

Apache License 2.0
126 stars 77 forks source link

Remove the need for constant Honk proof sizes #1046

Open ledwards2225 opened 6 days ago

ledwards2225 commented 6 days ago

Undo the constant Honk proof size work.

The logic of the Honk provers/verifiers was updated in this PR to produce constant proof sizes and constant sized recursive verifiers. This was done to make life easier during the full e2e test integration of Honk/ClientIvc. This should be undone as it leads to unnecessarily large proofs and recursive verifier circuits.