multiexp_vartime

Function multiexp_vartime 

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

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