diff --git a/plonk/src/proof_system/structs.rs b/plonk/src/proof_system/structs.rs index 67383d90d..13153b1ff 100644 --- a/plonk/src/proof_system/structs.rs +++ b/plonk/src/proof_system/structs.rs @@ -551,7 +551,7 @@ pub struct ProvingKey { pub(crate) selectors: Vec>, // KZG PCS committing key. - pub(crate) commit_key: CommitKey, + pub commit_key: CommitKey, /// The verifying key. It is used by prover to initialize transcripts. pub vk: VerifyingKey,