in src/hashwires.rs [565:567]
fn compute_mdp_height(base: u32, max_number_bits: usize) -> u32 { log_2(max_number_bits as u32 / log_2(base)) }