diff options
author | kokke <spam@rowdy.dk> | 2017-07-13 12:16:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 12:16:27 +0200 |
commit | f90c1e09c8af03f9a5ea98f4c26c0f35e95d47ef (patch) | |
tree | d6764cb115a85cf6ac5b142aa47e96fb76047554 /README.md | |
parent | Update README.md (diff) | |
download | tiny-AES-c-f90c1e09c8af03f9a5ea98f4c26c0f35e95d47ef.tar tiny-AES-c-f90c1e09c8af03f9a5ea98f4c26c0f35e95d47ef.tar.gz tiny-AES-c-f90c1e09c8af03f9a5ea98f4c26c0f35e95d47ef.tar.bz2 tiny-AES-c-f90c1e09c8af03f9a5ea98f4c26c0f35e95d47ef.tar.lz tiny-AES-c-f90c1e09c8af03f9a5ea98f4c26c0f35e95d47ef.tar.xz tiny-AES-c-f90c1e09c8af03f9a5ea98f4c26c0f35e95d47ef.tar.zst tiny-AES-c-f90c1e09c8af03f9a5ea98f4c26c0f35e95d47ef.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ GCC size output when only ECB mode is compiled for ARM (using 128 bit block size .. and when compiling for the THUMB instruction set, we end up just above 1.7K in code size. - $ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0 -DAES128=1 + $ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0 $ size aes.o text data bss dec hex filename 1551 0 184 1735 6c7 aes.o |