From 4a7fdffa5e2c745c6e6de292b43df5f5a6f7fe79 Mon Sep 17 00:00:00 2001 From: Yanray Wang Date: Fri, 5 May 2023 15:24:00 +0800 Subject: [PATCH] mbedtls_config.h: paraphrase code size saving in comment Signed-off-by: Yanray Wang --- include/mbedtls/mbedtls_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 9da758002..3898471da 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -530,7 +530,7 @@ * Uncommenting this macro removes support for AES operations that use 192- * or 256-bit keys. * - * Tradeoff: Uncommenting this macro reduces ROM footprint by ~1116 bytes. + * Tradeoff: Uncommenting this macro reduces the size of AES code by about 4%. * * If uncommented, uncomment also MBEDTLS_CTR_DRBG_USE_128_BIT_KEY *