fn bigint_to_bits2(bigint: BigInteger256, nbits: usize) -> Box<[bool]>
Difference with bigint_to_bits: the number of bits isn’t a constant
bigint_to_bits