mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 14:38:17 +02:00
Fix usage of randomized number in AES
-Fix usage of randomized bits (do not reuse the bits) -Update comments
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user