Module config

Module config 

Source

Modules§

global_config

Structs§

GKRCircuitProverConfig
A config which informs a GKR circuit prover about how to prove a GKR circuit, including flags e.g. whether to use certain optimizations (e.g. Evaluations memory-efficient optimization), or e.g. which claim aggregation strategy to use.
GKRCircuitVerifierConfig
A config which informs a GKR circuit verifier about how to verify a GKR circuit + proof, including flags e.g. how to aggregate claims.
ProofConfig
A config which travels alongside a GKR proof stored within a Transcript which details the proof-specific configuration (i.e. how the verifier should be configured in order to appropriately parse and verify the proof).

Enums§

ClaimAggregationStrategy
An enum listing the types of claim aggregation strategies.