pub fn limb_decompose_biguint<F: PrimeField, const B: usize, const N: usize>(
    input: BigUint
) -> [F; N]
Expand description

Decompose biguint into N limbs of bit size B.