pub fn multiexp<G: Zeroize + Group>(pairs: &[(G::Scalar, G)]) -> Gwhere G::Scalar: Zeroize + PrimeFieldBits,
Performs a multiexponentiation, automatically selecting the optimal algorithm based on the amount of pairs.