[−][src]Function accumulator::group::multi_exp
pub fn multi_exp<G: Group>(alphas: &[G::Elem], x: &[Integer]) -> G::Elem
Computes the product of alpha_i ^ (p(x) / x_i)
, where i
is an index into the alphas
and
x
arrays, and p(x)
is the product of all x_i
. See BBF (page 11).