Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
9946d3df
Commit
9946d3df
authored
Jun 29, 2011
by
Niels Möller
Browse files
Fixed comment typo.
Rev: nettle/serpent-encrypt.c:1.14
parent
fb292e50
Changes
1
Show whitespace changes
Inline
Side-by-side
serpent-encrypt.c
View file @
9946d3df
...
...
@@ -357,7 +357,7 @@
*/
/* It appears impossible to do this with only 8 registers. We
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) \
do { \
y0 = x0 & x2; \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment