From 49929c36ab9665724ae9ee073bff845fd8aac17d Mon Sep 17 00:00:00 2001 From: kokke Date: Fri, 10 Nov 2017 19:35:18 +0100 Subject: Update aes.c --- aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes.c b/aes.c index c609c1f..7d5c986 100644 --- a/aes.c +++ b/aes.c @@ -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. */ -- cgit v1.2.3