Fix usage of randomized number in AES
-Fix usage of randomized bits (do not reuse the bits)
-Update comments
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index e5e9a88..347a8fa 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -646,7 +646,7 @@
* -before the first AES calculation round
* -after the last AES calculation round
*
- * Tradeoff: Uncommenting this macro does not increases ROM footprint.
+ * Tradeoff: Uncommenting this macro does not increase codesize.
* The performance loss is ~50% with 128 bit AES.
*
* This option is dependent of \c MBEDTLS_ENTROPY_HARDWARE_ALT.