diff options
author | kokke <spam@rowdy.dk> | 2014-06-12 10:02:22 +0200 |
---|---|---|
committer | kokke <spam@rowdy.dk> | 2014-06-12 10:02:22 +0200 |
commit | 58b80caa6233d74a757cc105b100dbb35abd859e (patch) | |
tree | 8cb360e505aa16816e5549ba1ed4623bc94e3492 | |
parent | Update aes.c (diff) | |
download | tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.gz tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.bz2 tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.lz tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.xz tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.zst tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.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 algorithm implemented in C. +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 1K ROM when compiled for ARM (YMMV). |