AztecProtocol / barretenberg

Apache License 2.0
138 stars 87 forks source link

Add default recursive aggregation object #988

Closed lucasxia01 closed 4 months ago

lucasxia01 commented 4 months ago

We want this for honk recursion because we can no longer rely on the proof size to determine whether there is a nested aggregation object or not. A solution is to just always have one - just create a default aggregation object for circuit that is_recursive but doesn't do any recursive verifications.