adds empirical batch size to smalltest to test batching
This commit is contained in:
parent
605bfa9381
commit
4e4c814089
@ -35,6 +35,8 @@ impl PowersOfTauParameters for Bn256CeremonyParameters {
|
||||
|
||||
#[cfg(feature = "smalltest")]
|
||||
const REQUIRED_POWER: usize = 10;
|
||||
#[cfg(feature = "smalltest")]
|
||||
const EMPIRICAL_BATCH_SIZE: usize = 1 << 8;
|
||||
|
||||
// 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