Remove "scalar multiplication" since that's more of a scalar*point thing than just a scalar thing

This commit is contained in:
Henry de Valence 2017-11-29 13:04:04 -08:00
parent 2e9a3cba35
commit beda5df2f1

View file

@ -10,7 +10,7 @@
// - Henry de Valence <hdevalence@hdevalence.ca> // - Henry de Valence <hdevalence@hdevalence.ca>
// - Brian Smith <brian@briansmith.org> // - Brian Smith <brian@briansmith.org>
//! Arithmetic for scalar multiplication. //! Arithmetic on scalars.
//! //!
//! Both the Ristretto group and the Ed25519 basepoint have prime order //! Both the Ristretto group and the Ed25519 basepoint have prime order
//! \\( \ell = 2\^{252} + 27742317777372353535851937790883648493 \\). //! \\( \ell = 2\^{252} + 27742317777372353535851937790883648493 \\).