pub fn vartime_double_base_mul(
a: &Scalar,
A: &EdwardsPoint,
b: &Scalar,
) -> EdwardsPointExpand description
Compute \(aA + bB\) in variable time, where \(B\) is the Ed25519 basepoint.
pub fn vartime_double_base_mul(
a: &Scalar,
A: &EdwardsPoint,
b: &Scalar,
) -> EdwardsPointCompute \(aA + bB\) in variable time, where \(B\) is the Ed25519 basepoint.