Function reverie::largest_wires

source ·
pub fn largest_wires(program: &[CombineOperation]) -> (usize, usize)
Expand description

Get the largest (arithmetic, boolean) wires in a program so we know how much memory to allocate. Respects size hints, if present at the start of the circuit