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