From 5bb6cd42a21f40979e84238cf185c458531bd30b Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Mon, 16 Jul 2018 22:13:40 -0700 Subject: [PATCH] we won't remove this function --- src/edwards.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/edwards.rs b/src/edwards.rs index 7e15fce..63c8689 100644 --- a/src/edwards.rs +++ b/src/edwards.rs @@ -583,8 +583,6 @@ impl VartimeMultiscalarMul for EdwardsPoint { impl EdwardsPoint { /// Compute \\(aA + bB\\) in variable time, where \\(B\\) is the Ed25519 basepoint. - /// - /// XXX eliminate this function when we have the precomputation API #[cfg(feature = "stage2_build")] pub fn vartime_double_scalar_mul_basepoint(a: &Scalar, A: &EdwardsPoint, b: &Scalar) -> EdwardsPoint { // If we built with AVX2, use the AVX2 backend.