Skip to content

Commit

Permalink
VerifierCircuitData Clone,PartialEq,Eq
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 committed Nov 29, 2023
1 parent 2a6065b commit b598e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/src/plonk/circuit_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ impl<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, const D: usize>
}

/// Circuit data required by the prover.
#[derive(Debug)]
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct VerifierCircuitData<
F: RichField + Extendable<D>,
C: GenericConfig<D, F = F>,
Expand Down

0 comments on commit b598e6f

Please sign in to comment.