Skip to content

Commit

Permalink
Merge pull request #41 from jamixir/patch-1
Browse files Browse the repository at this point in the history
FixedColumnsCommited- pub fields
  • Loading branch information
swasilyev authored Dec 4, 2024
2 parents 395095e + 451ee1a commit 1eedf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ring/src/piop/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ pub struct FixedColumns<F: PrimeField, G: AffineRepr<BaseField = F>> {
#[derive(Clone, CanonicalSerialize, CanonicalDeserialize, PartialEq, Eq, Debug)]
pub struct FixedColumnsCommitted<F: PrimeField, C: Commitment<F>> {
pub points: [C; 2],
ring_selector: C,
phantom: PhantomData<F>,
pub ring_selector: C,
pub phantom: PhantomData<F>,
}

impl<F: PrimeField, C: Commitment<F>> FixedColumnsCommitted<F, C> {
Expand Down

0 comments on commit 1eedf08

Please sign in to comment.