Constant PAIRING_MULTIPLIER_BASE

Source
pub const PAIRING_MULTIPLIER_BASE: u64 = 32600;
Expand description

PAIRING_MULTIPLIER_BASE specifies the slope/gradient for the linear expression to determine the amount of gas needed to perform a pairing.

The cost to do a pairing is determined by the formula: PAIRING_MULTIPLIER_BASE * number_of_pairs + PAIRING_OFFSET_BASE