You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Currently, the aggregator code contains constants specifying the Keccak row arrangement, which prevents easy adjustment to Keccak's internal parameters. The goal is to decouple Keccak constants and make aggregator agnostic to the internal row shapes of the Keccak circuit.
This issue and corresponding PR will resolve Keccak constants. A follow up issue and PR will resolve treatment of MAX_AGG_SNARKS within aggregator.
Describe the feature you would like
Currently, the aggregator code contains constants specifying the Keccak row arrangement, which prevents easy adjustment to Keccak's internal parameters. The goal is to decouple Keccak constants and make aggregator agnostic to the internal row shapes of the Keccak circuit.
This issue and corresponding PR will resolve Keccak constants. A follow up issue and PR will resolve treatment of
MAX_AGG_SNARKSwithin aggregator.Additional context
No response