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
4f763704
Commit
4f763704
authored
Jun 28, 2017
by
kokke
Committed by
GitHub
Jun 28, 2017
Browse files
Update test.c
parent
f68d5862
Changes
1
Hide whitespace changes
Inline
Side-by-side
test.c
View file @
4f763704
...
...
@@ -90,7 +90,7 @@ static void test_encrypt_ecb(void)
AES128_ECB_encrypt
(
in
,
key
,
buffer
);
printf
(
"ECB
d
ecrypt: "
);
printf
(
"ECB e
n
crypt: "
);
if
(
0
==
memcmp
((
char
*
)
out
,
(
char
*
)
buffer
,
16
))
{
...
...
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