diff options
author | kokke <spam@rowdy.dk> | 2017-12-01 12:01:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-01 12:01:08 +0100 |
commit | d19b79a7a70512aea851e1c13a4a7ebd3a65f24a (patch) | |
tree | 2c1741f1ffa17f4ab75aaa823e4959c0d34c6ea8 /README.md | |
parent | Update README.md (diff) | |
download | tiny-AES-c-d19b79a7a70512aea851e1c13a4a7ebd3a65f24a.tar tiny-AES-c-d19b79a7a70512aea851e1c13a4a7ebd3a65f24a.tar.gz tiny-AES-c-d19b79a7a70512aea851e1c13a4a7ebd3a65f24a.tar.bz2 tiny-AES-c-d19b79a7a70512aea851e1c13a4a7ebd3a65f24a.tar.lz tiny-AES-c-d19b79a7a70512aea851e1c13a4a7ebd3a65f24a.tar.xz tiny-AES-c-d19b79a7a70512aea851e1c13a4a7ebd3a65f24a.tar.zst tiny-AES-c-d19b79a7a70512aea851e1c13a4a7ebd3a65f24a.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ It is one of the smallest implementation in C I've seen yet, but do contact me i I've successfully used the code on 64bit x86, 32bit ARM and 8 bit AVR platforms. + GCC size output when only CTR mode is compiled for ARM: $ arm-none-eabi-gcc -Os -DCBC=0 -DECB=0 -DCTR=1 -c aes.c |