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
339c2086
Commit
339c2086
authored
Dec 08, 2014
by
kokke
Browse files
Update aes.c
parent
8ddb7c6e
Changes
1
Show whitespace changes
Inline
Side-by-side
aes.c
View file @
339c2086
...
@@ -66,7 +66,7 @@ static uint8_t* in, *out, state[4][4];
...
@@ -66,7 +66,7 @@ static uint8_t* in, *out, state[4][4];
static
uint8_t
RoundKey
[
176
];
static
uint8_t
RoundKey
[
176
];
// The Key input to the AES Program
// The Key input to the AES Program
static
uint8_t
*
Key
;
static
const
uint8_t
*
Key
;
// The lookup-tables are marked const so they can be placed in read-only storage instead of RAM
// The lookup-tables are marked const so they can be placed in read-only storage instead of RAM
// The numbers below can be computed dynamically trading ROM for RAM -
// The numbers below can be computed dynamically trading ROM for RAM -
...
...
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