Function fullcodec_bls12_381::multiscalar_mul::pippenger[][src]

pub fn pippenger<P, I>(points: P, scalars: I) -> G1Projective where
    P: Iterator<Item = G1Projective>,
    I: Iterator<Item = Scalar>, 
Expand description

Performs multiscalar multiplication reliying on Pippenger’s algorithm. This method was taken from curve25519-dalek and was originally made by Oleg Andreev oleganza@gmail.com.