change default power to 28
This commit is contained in:
parent
3dbb5db77a
commit
95379a1a1c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user