Function multiexp::multiexp_vartime

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

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