summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2014-05-29 02:23:19 +0200
committerkokke <spam@rowdy.dk>2014-05-29 02:23:19 +0200
commit5efc22884d1dcab236c336e0b461ea15f5820004 (patch)
tree97b49a1c32ec42f07d30e054bdc4e768dceb7ca1
parentCreate test.c (diff)
downloadtiny-AES-c-5efc22884d1dcab236c336e0b461ea15f5820004.tar
tiny-AES-c-5efc22884d1dcab236c336e0b461ea15f5820004.tar.gz
tiny-AES-c-5efc22884d1dcab236c336e0b461ea15f5820004.tar.bz2
tiny-AES-c-5efc22884d1dcab236c336e0b461ea15f5820004.tar.lz
tiny-AES-c-5efc22884d1dcab236c336e0b461ea15f5820004.tar.xz
tiny-AES-c-5efc22884d1dcab236c336e0b461ea15f5820004.tar.zst
tiny-AES-c-5efc22884d1dcab236c336e0b461ea15f5820004.zip
-rw-r--r--aes.c2
1 files changed, 0 insertions, 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.