pub const fn byzantine_threshold(n: usize) -> usize
The maximum number of validators f which may safely be faulty.
f
The total number of validators is n = 3f + e where e in { 1, 2, 3 }.
n = 3f + e
e in { 1, 2, 3 }