-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
arithmetic-circuit/R1CSTask related to the R1CS programsTask related to the R1CS programsc++Task related to the c++ part of the code baseTask related to the c++ part of the code baseoptimizationOptimization taskOptimization task
Description
(Reminder for later optimization)
The aggregator holds verifiers which each preprocesses the public key (supporting the use-case where each proof in a batch uses a different vk), but its interface assumes a shared key (i.e. a batch where all proofs belong to the same "application").
- Extend the
verifier_parametersstructs to exposepreprocess_verification_key_gadget,verification_key_precomputation_variableandonline_verifier_gadget - Use these in the
aggregator_gadgetto ensure the vk is processed only once
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arithmetic-circuit/R1CSTask related to the R1CS programsTask related to the R1CS programsc++Task related to the c++ part of the code baseTask related to the c++ part of the code baseoptimizationOptimization taskOptimization task