Skip to content

Commit

Permalink
plonk: proof-system: structs: Mark commit_key as public
Browse files Browse the repository at this point in the history
  • Loading branch information
joeykraut committed Jan 9, 2024
1 parent e345b24 commit 0ce6a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonk/src/proof_system/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ pub struct ProvingKey<E: Pairing> {
pub(crate) selectors: Vec<DensePolynomial<E::ScalarField>>,

// KZG PCS committing key.
pub(crate) commit_key: CommitKey<E>,
pub commit_key: CommitKey<E>,

/// The verifying key. It is used by prover to initialize transcripts.
pub vk: VerifyingKey<E>,
Expand Down

0 comments on commit 0ce6a9c

Please sign in to comment.