[][src]Function fancy_garbling::util::u128_to_bits

pub fn u128_to_bits(x: u128, n: usize) -> Vec<u16>

Get the bits of a u128 encoded in 128 u16s, which is convenient for the rest of the library, which uses u16 as the base digit type in Wire.