diff options
author | kokke <spam@rowdy.dk> | 2014-07-12 02:17:49 +0200 |
---|---|---|
committer | kokke <spam@rowdy.dk> | 2014-07-12 02:17:49 +0200 |
commit | 8462765b68f54d4154a36fda8a67dfe8c2cf9c98 (patch) | |
tree | 10479497e567ba73b88a95a3f335d8a2e5a1d272 | |
parent | Update test.c (diff) | |
download | tiny-AES-c-8462765b68f54d4154a36fda8a67dfe8c2cf9c98.tar tiny-AES-c-8462765b68f54d4154a36fda8a67dfe8c2cf9c98.tar.gz tiny-AES-c-8462765b68f54d4154a36fda8a67dfe8c2cf9c98.tar.bz2 tiny-AES-c-8462765b68f54d4154a36fda8a67dfe8c2cf9c98.tar.lz tiny-AES-c-8462765b68f54d4154a36fda8a67dfe8c2cf9c98.tar.xz tiny-AES-c-8462765b68f54d4154a36fda8a67dfe8c2cf9c98.tar.zst tiny-AES-c-8462765b68f54d4154a36fda8a67dfe8c2cf9c98.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ This is a small and portable implementation of the AES128 ECB encryption algorithm implemented in C. -The module uses just a bit more than 200 bytes of RAM and 2.7K ROM when compiled for ARM (YMMV). +The module uses just a bit more than 200 bytes of RAM and 2.5K ROM when compiled for ARM (YMMV). It is the smallest implementation in C I've seen yet, but do contact me if you know of something smaller (or have improvements to the code here). |