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
c3b8c27a
Commit
c3b8c27a
authored
Jun 03, 2014
by
kokke
Browse files
Update test.c
parent
b459336c
Changes
1
Show whitespace changes
Inline
Side-by-side
test.c
View file @
c3b8c27a
...
...
@@ -47,7 +47,7 @@ static void test_ECB(void)
printf
(
"ciphertext:
\n
"
);
for
(
i
=
0
;
i
<
4
;
++
i
)
{
AES128_ECB
(
plain_text
+
(
i
*
16
),
key
,
buf
+
(
i
*
16
));
AES128_ECB
_encrypt
(
plain_text
+
(
i
*
16
),
key
,
buf
+
(
i
*
16
));
phex
(
buf
+
(
i
*
16
));
}
printf
(
"
\n
"
);
...
...
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