Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Tiny AES C
Commits
9920c53d
Commit
9920c53d
authored
May 29, 2014
by
kokke
Browse files
Update aes.c
parent
592d2c5b
Changes
1
Show whitespace changes
Inline
Side-by-side
aes.c
View file @
9920c53d
...
...
@@ -137,7 +137,7 @@ static void KeyExpansion()
}
// All other round keys are found from the previous round keys.
for
(;
(
i
<
(
Nb
*
Nr
)
+
1
);
++
i
)
for
(;
(
i
<
(
Nb
*
(
Nr
+
1
)
)
;
++
i
)
{
for
(
j
=
0
;
j
<
4
;
++
j
)
{
...
...
Write
Preview
Markdown
is supported
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