pub fn get_num_bits_per_lookup(range: usize) -> usize
Expand description

Returns how many bits we can process in a single lookup given the range of values the bit can have and the height of the circuit.