Function multiexp_vartime

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

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