mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +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>
|
||||
// - Brian Smith <brian@briansmith.org>
|
||||
|
||||
//! Arithmetic for scalar multiplication.
|
||||
//! Arithmetic on scalars.
|
||||
//!
|
||||
//! Both the Ristretto group and the Ed25519 basepoint have prime order
|
||||
//! \\( \ell = 2\^{252} + 27742317777372353535851937790883648493 \\).
|
||||
|
|
|
|||
Loading…
Reference in a new issue