pub fn mul(a: &Scalar, A: &EdwardsPoint, b: &Scalar) -> EdwardsPointAvailable on
docsrs only.Expand description
Compute \(aA + bB\) in variable time, where \(B\) is the Ed25519 basepoint.
pub fn mul(a: &Scalar, A: &EdwardsPoint, b: &Scalar) -> EdwardsPointdocsrs only.Compute \(aA + bB\) in variable time, where \(B\) is the Ed25519 basepoint.