Update aes.c

This commit is contained in:
kokke 2017-11-10 19:35:18 +01:00 committed by GitHub
parent f90c1e09c8
commit 49929c36ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
aes.c
View File

@ -27,7 +27,7 @@ ECB-AES128
NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
You should pad the end of the string with zeros if this is not the case.
For AES192/256 the block size is proportionally larger.
For AES192/256 the key size is proportionally larger.
*/