Fix typo in 64-bit scalar implementation code comment.

This commit is contained in:
Isis Lovecruft 2019-10-23 19:35:57 +00:00
parent 8602ec0724
commit 028c0b9d4d
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -240,7 +240,7 @@ impl Scalar52 {
(sum >> 52, w) (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; let l = &constants::L;
// the first half computes the Montgomery adjustment factor n, and begins adding n*l to make limbs divisible by R // the first half computes the Montgomery adjustment factor n, and begins adding n*l to make limbs divisible by R