pub fn field_to_bits2<F>(field: F, nbits: usize) -> Box<[bool]>where F: Field + Into<BigInteger256>,
Difference with field_to_bits: the number of bits isn’t a constant
field_to_bits