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

Commit c8e7159

Browse files
Compress selectors (#77)
1 parent d359df9 commit c8e7159

File tree

1 file changed

+1
-1
lines changed
  • crates/shielder-circuits/src/circuits

1 file changed

+1
-1
lines changed

crates/shielder-circuits/src/circuits/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub type CommitmentScheme = KZGCommitmentScheme<Bn256>;
3737
pub type Prover<'a> = ProverSHPLONK<'a, Bn256>;
3838
pub type Verifier<'a> = VerifierSHPLONK<'a, Bn256>;
3939

40-
pub const COMPRESS_SELECTORS: bool = false;
40+
pub const COMPRESS_SELECTORS: bool = true;
4141

4242
// Generates setup parameters with given `k`. This restricts the circuit to at most `2^k` rows.
4343
pub fn generate_setup_params<R: RngCore>(k: u32, rng: &mut R) -> Params {

0 commit comments

Comments
 (0)