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
95454940
Commit
95454940
authored
May 29, 2014
by
kokke
Browse files
Update aes.c
parent
c385f09c
Changes
1
Show whitespace changes
Inline
Side-by-side
aes.c
View file @
95454940
...
...
@@ -124,7 +124,7 @@ static uint8_t getSBoxValue(uint8_t num)
// This function produces Nb(Nr+1) round keys. The round keys are used in each round to decrypt the states.
static
void
KeyExpansion
()
{
uint
8
_t
i
,
j
,
k
;
uint
32
_t
i
,
j
,
k
;
uint8_t
tempa
[
4
];
// used for the column/row operations
// The first round key is the key itself.
...
...
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