chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
math/f25519.c: Add missing space in commant.
[catacomb]
/
math
/
f25519.c
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.
*/