pub fn mul(a: &Scalar, A: &EdwardsPoint, b: &Scalar) -> EdwardsPoint
Expand description

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