get_total_mle_indices

Function get_total_mle_indices 

Source
pub fn get_total_mle_indices<F: Field>(
    prefix_bits: &[bool],
    num_free_bits: usize,
) -> Vec<MleIndex<F>>
Expand description

Returns the total MLE indices given a Vec<bool>. for the prefix bits and then the number of free bits after.