From 5efc22884d1dcab236c336e0b461ea15f5820004 Mon Sep 17 00:00:00 2001 From: kokke Date: Thu, 29 May 2014 02:23:19 +0200 Subject: Update aes.c --- aes.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/aes.c b/aes.c index e42ed72..151355a 100644 --- a/aes.c +++ b/aes.c @@ -24,8 +24,6 @@ ECB-AES128 c6d3416d29165c6fcb8e51a227ba994e -Use aes_encrypt_string() to encrypt or decrypt a string - 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. -- cgit v1.2.3