mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00: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:
parent
311ab594d7
commit
17540ab74c
2 changed files with 33 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue