mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Remove trailing whitespaces
This commit is contained in:
parent
3ab087ea7f
commit
01fd44ffd2
1 changed files with 2 additions and 2 deletions
|
|
@ -566,7 +566,7 @@ impl Scalar {
|
|||
/// $$
|
||||
/// k = \sum\_{i=0}\^m k\_i 2^i,
|
||||
/// $$
|
||||
/// and split the sum as
|
||||
/// and split the sum as
|
||||
/// $$
|
||||
/// k = \sum\_{i=0}^{w-1} k\_i 2^i + 2^w \sum\_{i=0} k\_{i+w} 2^i
|
||||
/// $$
|
||||
|
|
@ -607,7 +607,7 @@ impl Scalar {
|
|||
|
||||
let width = 1 << w;
|
||||
let window_mask = width - 1;
|
||||
|
||||
|
||||
let mut pos = 0;
|
||||
let mut carry = 0;
|
||||
while pos < 256 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue