From 592d2c5bc47ac093a63b143c34f5c4c1ee596aa3 Mon Sep 17 00:00:00 2001 From: kokke Date: Thu, 29 May 2014 02:29:06 +0200 Subject: Update README --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index e69de29..efcc1ba 100644 --- a/README +++ b/README @@ -0,0 +1,5 @@ +This is a small portable (and slow) implementation of AES128 in C. + +The module uses less than 250 bytes of RAM and ~1.5K ROM. + +AES128 ECB is symmetric, so you use the same function for encrypting and decrypting. -- cgit v1.2.3