mirror of
https://github.com/kokke/tiny-AES-c.git
synced 2025-01-08 12:36:19 +08:00
Update aes.c
This commit is contained in:
parent
f90c1e09c8
commit
49929c36ab
2
aes.c
2
aes.c
@ -27,7 +27,7 @@ ECB-AES128
|
|||||||
|
|
||||||
NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
|
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.
|
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.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user