Skip to content

Commit

Permalink
changed REQUIRED_POWER to 28
Browse files Browse the repository at this point in the history
  • Loading branch information
weijiekoh committed Sep 10, 2019
1 parent a746f03 commit 471a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powersoftau/src/small_bn256/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct Bn256CeremonyParameters {
}

impl PowersOfTauParameters for Bn256CeremonyParameters {
const REQUIRED_POWER: usize = 12; // generate to have roughly 2 million constraints
const REQUIRED_POWER: usize = 28;

// This ceremony is based on the BN256 elliptic curve construction.
const G1_UNCOMPRESSED_BYTE_SIZE: usize = 64;
Expand Down

0 comments on commit 471a112

Please sign in to comment.