From 91b66e67463c0e60e7d4b8846524caaff8f8b543 Mon Sep 17 00:00:00 2001 From: kokke Date: Sat, 31 May 2014 00:45:54 +0200 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba39523..cfb6608 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ### Tiny AES128 in C This is a small and portable implementation of the AES128 algorithm implemented in C. + The module uses just a bit more than 200 bytes of RAM and 1K ROM when compiled for ARM (YMMV). + It is the smallest implementation in C I've seen yet, but do contact me if you know of something smaller (or have improvements to the code here). -- cgit v1.2.3