chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae65b7a
)
math/f25519.c: Add missing space in commant.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 25 Apr 2023 00:44:07 +0000
(
01:44
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 25 Apr 2023 01:02:14 +0000
(
02:02
+0100)
math/f25519.c
patch
|
blob
|
blame
|
history
diff --git
a/math/f25519.c
b/math/f25519.c
index 7f8e66fc75e1d600abddb205349fb4259e0c7474..b33005bcd3b39ed557cfde33959827c29c622af3 100644
(file)
--- a/
math/f25519.c
+++ b/
math/f25519.c
@@
-756,7
+756,7
@@
static void carry_reduce(dblpiece x[NPIECE])
* signed.
*/
- /*For each piece, we bias it so that floor division (as done by an
+ /*
For each piece, we bias it so that floor division (as done by an
* arithmetic right shift) and modulus (as done by bitwise-AND) does the
* right thing.
*/