pub fn u32_into_bits_field<F: FieldAlgebra + Clone>(num: u32) -> [F; 32]Expand description
Convert a u32 into a list of bits in little endian then convert each bit into a field element
pub fn u32_into_bits_field<F: FieldAlgebra + Clone>(num: u32) -> [F; 32]Convert a u32 into a list of bits in little endian then convert each bit into a field element