diff options
author | kokke <spam@rowdy.dk> | 2014-07-10 11:26:04 +0200 |
---|---|---|
committer | kokke <spam@rowdy.dk> | 2014-07-10 11:26:04 +0200 |
commit | a85cc0cd72fe256e81356d20fe6fa901daf35c17 (patch) | |
tree | 454738970cbbeb428ce6bffb2009d54d3f4097d0 | |
parent | Update README.md (diff) | |
download | tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.gz tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.bz2 tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.lz tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.xz tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.zst tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ### Tiny AES128 in C -This is a small and portable implementation of the AES128 ECB encryption algorithm implemented in C. +This is a small and portable implementation of the AES128 ECB encryption algorithm implemented in C. I haven't finished the decryption part yet, but it will come. The module uses just a bit more than 200 bytes of RAM and 1K ROM when compiled for ARM (YMMV). |