change default power to 28

This commit is contained in:
poma 2020-01-18 23:59:19 +07:00
parent 3dbb5db77a
commit 95379a1a1c
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

@ -30,7 +30,7 @@ pub struct Bn256CeremonyParameters {
}
impl PowersOfTauParameters for Bn256CeremonyParameters {
const REQUIRED_POWER: usize = 26; // generate to have roughly 64 million constraints
const REQUIRED_POWER: usize = 28; // generate to have roughly 64 million constraints
// This ceremony is based on the BN256 elliptic curve construction.
const G1_UNCOMPRESSED_BYTE_SIZE: usize = 64;