Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy committed Sep 18, 2024
1 parent 87a2322 commit b5d18f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion aggregator/src/aggregation/rlc/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ impl RlcConfig {
vec![cs1, cs2, cs3]
});

// compression_debug
meta.lookup_any("rlc keccak lookup", |meta| {
let q = meta.query_selector(lookup_gate_selector);
let input_rlc = meta.query_advice(phase_2_column, Rotation::cur());
Expand Down
2 changes: 0 additions & 2 deletions compression/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,8 @@ fn test_mock_compression() {
let pk = gen_pk(&params_app, &circuit, None);

let mut rng = test_rng();
// let snark = gen_snark_shplonk(&params_app, &pk, circuit, None::<&str>);
let old_snark = old_gen_snark_shplonk(&params_app, &pk, circuit, &mut rng, None::<String>).unwrap();


let k1 = 21u32;
let params = gen_srs(k1);

Expand Down

0 comments on commit b5d18f8

Please sign in to comment.