diff options
author | kokke <spam@rowdy.dk> | 2017-11-10 19:35:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-10 19:35:18 +0100 |
commit | 49929c36ab9665724ae9ee073bff845fd8aac17d (patch) | |
tree | a26b58f375d0f04987082a59a485d1f7bcf6b094 | |
parent | Update README.md (diff) | |
download | tiny-AES-c-49929c36ab9665724ae9ee073bff845fd8aac17d.tar tiny-AES-c-49929c36ab9665724ae9ee073bff845fd8aac17d.tar.gz tiny-AES-c-49929c36ab9665724ae9ee073bff845fd8aac17d.tar.bz2 tiny-AES-c-49929c36ab9665724ae9ee073bff845fd8aac17d.tar.lz tiny-AES-c-49929c36ab9665724ae9ee073bff845fd8aac17d.tar.xz tiny-AES-c-49929c36ab9665724ae9ee073bff845fd8aac17d.tar.zst tiny-AES-c-49929c36ab9665724ae9ee073bff845fd8aac17d.zip |
-rw-r--r-- | aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |