Module fullcodec_bls12_381::multiscalar_mul[][src]

Expand description

Multiscalar multiplication implementation using pippenger algorithm.

Functions

Performs a Variable Base Multiscalar Multiplication.

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.