Function curve25519_dalek::backend::vector::scalar_mul::vartime_double_base::mul [−][src]
pub fn mul(a: &Scalar, A: &EdwardsPoint, b: &Scalar) -> EdwardsPointThis is supported on crate feature
simd_backend and (target features avx2 or avx512ifma) only.Expand description
Compute \(aA + bB\) in variable time, where \(B\) is the Ed25519 basepoint.