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 \\).