Function curve25519_dalek::backend::vector::scalar_mul::variable_base::mul [−][src]
pub fn mul(point: &EdwardsPoint, scalar: &Scalar) -> EdwardsPoint
This is supported on crate feature
simd_backend
and (target features avx2
or avx512ifma
) only.Expand description
Perform constant-time, variable-base scalar multiplication.