pub fn systematic_recovery_threshold(
    n_validators: usize
) -> Result<usize, Error>
Expand description

Obtain the threshold of systematic chunks that should be enough to recover the data.

If the regular recovery_threshold is a power of two, then it returns the same value. Otherwise, it returns the next lower power of two.