Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit a9ecb03

Browse files
authored
Add derived Debug to CompressionCircuit. (#668)
1 parent 925f6fc commit a9ecb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aggregator/src/compression/circuit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use super::config::CompressionConfig;
3737
///
3838
/// It re-exposes same public inputs from the input snark.
3939
/// All this circuit does is to reduce the proof size.
40-
#[derive(Clone)]
40+
#[derive(Clone, Debug)]
4141
pub struct CompressionCircuit {
4242
pub(crate) svk: KzgSuccinctVerifyingKey<G1Affine>,
4343
pub(crate) snark: SnarkWitness,

0 commit comments

Comments
 (0)