Constant bus_mapping::circuit_input_builder::N_PAIRING_PER_OP
source · pub const N_PAIRING_PER_OP: usize = 4;
Expand description
The number of pairing inputs per pairing operation. If the inputs provided to the precompile call are < 4, we append (G1::infinity, G2::generator) until we have the required no. of inputs.