pub fn circuit_gate_constraint_count<F: PrimeField>(typ: GateType) -> u32
Expand description

Number of constraints for a given range check circuit gate type

Panics

Will panic if typ is not RangeCheck-related gate type.