fn split_circuit_mle<F: Field>(
mle_desc: &MleDescription<F>,
) -> (MleDescription<F>, MleDescription<F>)Expand description
Split an MLE into two MLEs, with the left half containing the even-indexed elements and the right half containing the odd-indexed elements, setting the prefix bits accordingly.