pub const MIN_SRS_LOG2_SIZE: usize = 16;
Expand description

The minimum SRS size required to use Nova, in base 2. Requiring at least 2^16 to perform 16bits range checks.