pub fn msm<Affine, Projective, Scalar>(
    points: &[Affine],
    scalars: &[Scalar]
) -> Result<Projective, Error>
Expand description

Compute a multi-scalar multiplication