mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-05 20:30:54 +00:00
Fix typo in 64-bit scalar implementation code comment.
This commit is contained in:
parent
8602ec0724
commit
028c0b9d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ impl Scalar52 {
|
|||
(sum >> 52, w)
|
||||
}
|
||||
|
||||
// note: l3 is zero, so its multiplies can be skipped
|
||||
// note: l[3] is zero, so its multiples can be skipped
|
||||
let l = &constants::L;
|
||||
|
||||
// the first half computes the Montgomery adjustment factor n, and begins adding n*l to make limbs divisible by R
|
||||
|
|
|
|||
Loading…
Reference in a new issue