Skip to content
Snippets Groups Projects
Commit 9946d3df authored by Niels Möller's avatar Niels Möller
Browse files

Fixed comment typo.

Rev: nettle/serpent-encrypt.c:1.14
parent fb292e50
Branches
Tags
No related merge requests found
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
*/ */
/* It appears impossible to do this with only 8 registers. We /* It appears impossible to do this with only 8 registers. We
recompute t02, and t04 (if we have spare registers, hopefully the recompute t02, and t04 (if we have spare registers, hopefully the
compiler can recognize it them as common subexpressions). */ compiler can recognize them as common subexpressions). */
#define SBOX7(x0, x1, x2, x3, y0, y1, y2, y3) \ #define SBOX7(x0, x1, x2, x3, y0, y1, y2, y3) \
do { \ do { \
y0 = x0 & x2; \ y0 = x0 & x2; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment