Function multiexp

Source
pub fn multiexp<G: Group>(pairs: &[(G::Scalar, G)]) -> G
Expand description

Performs a multiexponentation, automatically selecting the optimal algorithm based on the amount of pairs.