Unverified Commit 49929c36 authored by kokke's avatar kokke Committed by GitHub
Browse files

Update aes.c

parent f90c1e09
...@@ -27,7 +27,7 @@ ECB-AES128 ...@@ -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.
*/ */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment