From beda5df2f1d4695fbb26f11425e2e5be5be4340c Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 29 Nov 2017 13:04:04 -0800 Subject: [PATCH] Remove "scalar multiplication" since that's more of a scalar*point thing than just a scalar thing --- src/scalar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scalar.rs b/src/scalar.rs index 3b5fa51..d90d6cf 100644 --- a/src/scalar.rs +++ b/src/scalar.rs @@ -10,7 +10,7 @@ // - Henry de Valence // - Brian Smith -//! Arithmetic for scalar multiplication. +//! Arithmetic on scalars. //! //! Both the Ristretto group and the Ed25519 basepoint have prime order //! \\( \ell = 2\^{252} + 27742317777372353535851937790883648493 \\).