diff options
author | kokke <spam@rowdy.dk> | 2014-05-29 02:23:19 +0200 |
---|---|---|
committer | kokke <spam@rowdy.dk> | 2014-05-29 02:23:19 +0200 |
commit | 5efc22884d1dcab236c336e0b461ea15f5820004 (patch) | |
tree | 97b49a1c32ec42f07d30e054bdc4e768dceb7ca1 /aes.c | |
parent | Create test.c (diff) | |
download | tiny-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 |
Diffstat (limited to 'aes.c')
-rw-r--r-- | aes.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |