adds empirical batch size to smalltest to test batching

This commit is contained in:
Kobi Gurkan 2020-01-29 12:10:33 +02:00
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;