AztecProtocol / barretenberg

Apache License 2.0
138 stars 87 forks source link

Fix `circuit_size` in ECCVM recursive verifier to maximum possible #1009

Open maramihali opened 4 months ago

maramihali commented 4 months ago

Otherwise we will run into problems with the recursive verifier because the number of rounds in sumcheck is dependent on circuit size. This should be done based on the needs of the protocol