pub fn get_mle_idx_decomp_for_idx<F: Field>(
idx: usize,
num_bits: usize,
) -> Vec<MleIndex<F>>Expand description
Returns the specific bit decomp for a given index, using num_bits bits.
Note that this returns the decomposition in BIG ENDIAN!