From 35b50199ef329e656053b856d42931cfa50a9a02 Mon Sep 17 00:00:00 2001 From: kokke Date: Fri, 30 May 2014 14:25:47 +0200 Subject: Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6826ab1..e7c8450 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# H3 Tiny AES128 in C +### Tiny AES128 in C This is a small portable (and slow?) implementation of AES128 in C. @@ -10,10 +10,12 @@ YMMV depending on target platform and optimization skills of your compiler. GCC size output when compiled for ARM: +` $ arm-none-eabi-gcc -Os -c aes.c -o aes.o $ size aes.o text data bss dec hex filename 1079 0 204 1283 503 aes.o +` -- cgit v1.2.3