mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Remove "scalar multiplication" since that's more of a scalar*point thing than just a scalar thing
This commit is contained in:
parent
2e9a3cba35
commit
beda5df2f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \\).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue