pub fn mul(a: &Scalar, A: &EdwardsPoint, b: &Scalar) -> EdwardsPoint
Available on curve25519_dalek_backend="simd" and (target feature avx2 or target feature avx512ifma or x86-64) only.
Expand description

Compute \(aA + bB\) in variable time, where \(B\) is the Ed25519 basepoint.