commit | 08a5c187730c733485931ac2bb0c9ab245667378 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Mon Jun 19 16:33:58 2017 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Mon Jun 19 16:37:16 2017 +0100 |
tree | 07b2e5747f2193c71adea5903e5c09f1481f28df | |
parent | ad049a973c4b55eb4284d6b71f7dbcce01fbfa4d [diff] [blame] |
Be less specific about memory usage predictions
diff --git a/ChangeLog b/ChangeLog index 1d0a90d..da5c64e 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -20,7 +20,7 @@ Features * Add option MBEDTLS_AES_FEWER_TABLES to dynamically compute 3/4 of the AES tables - during runtime, thereby reducing the RAM/ROM footprint by 6144 bytes. Suggested + during runtime, thereby reducing the RAM/ROM footprint by ~6kb. Suggested and contributed by jkivilin in #394. Changes