pub fn multiexp_vartime<G: Group<Scalar: PrimeFieldBits>>(
pairs: &[(G::Scalar, G)],
) -> GExpand description
Performs a multiexponentiation in variable time, automatically selecting the optimal algorithm based on the amount of pairs.
pub fn multiexp_vartime<G: Group<Scalar: PrimeFieldBits>>(
pairs: &[(G::Scalar, G)],
) -> GPerforms a multiexponentiation in variable time, automatically selecting the optimal algorithm based on the amount of pairs.