Constant PAIRING_OFFSET_BASE

pub const PAIRING_OFFSET_BASE: u64 = 37700; // 37_700u64
Expand description

PAIRING_OFFSET_BASE specifies the y-intercept 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: cost = PAIRING_MULTIPLIER_BASE * number_of_pairs + PAIRING_OFFSET_BASE