From 1ccd9a6cc93768ec4d73421fa8596b8359e9fed7 Mon Sep 17 00:00:00 2001 From: kokke Date: Fri, 1 Dec 2017 12:00:49 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc3599..9e5996c 100644 --- a/README.md +++ b/README.md @@ -28,7 +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 (using 128 bit block size): +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 $ size aes.o -- cgit v1.2.3