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
7a3de7ed
Unverified
Commit
7a3de7ed
authored
Mar 30, 2020
by
kokke
Committed by
GitHub
Mar 30, 2020
Browse files
removing commented-out call to printf...
parent
218dbd8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
aes.c
View file @
7a3de7ed
...
...
@@ -505,7 +505,6 @@ void AES_CBC_encrypt_buffer(struct AES_ctx *ctx, uint8_t* buf, uint32_t length)
Cipher
((
state_t
*
)
buf
,
ctx
->
RoundKey
);
Iv
=
buf
;
buf
+=
AES_BLOCKLEN
;
//printf("Step %d - %d", i/16, i);
}
/* store Iv in ctx for next call */
memcpy
(
ctx
->
Iv
,
Iv
,
AES_BLOCKLEN
);
...
...
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