mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Improve documentation of MBEDTLS_AES_FEWER_TABLES in config.h
This commit is contained in:
parent
98a678674b
commit
6a92ce6fd9
1 changed files with 4 additions and 2 deletions
|
|
@ -388,8 +388,10 @@
|
||||||
*
|
*
|
||||||
* Tradeoff: Using precomputed ROM tables reduces RAM usage by ~8kb
|
* Tradeoff: Using precomputed ROM tables reduces RAM usage by ~8kb
|
||||||
* (or ~2kb if \c MBEDTLS_AES_FEWER_TABLES is used) and reduces the
|
* (or ~2kb if \c MBEDTLS_AES_FEWER_TABLES is used) and reduces the
|
||||||
* the time to setup an AES context. It comes at the cost of additional
|
* initialization time before the first AES operation can be performed.
|
||||||
* ~8kb ROM use (resp. ~2kb if \c MBEDTLS_AES_FEWER_TABLES below is used).
|
* It comes at the cost of additional ~8kb ROM use (resp. ~2kb if \c
|
||||||
|
* MBEDTLS_AES_FEWER_TABLES below is used), and potentially degraded
|
||||||
|
* performance if ROM access is slower than RAM access.
|
||||||
*
|
*
|
||||||
* This option is independent of \c MBEDTLS_AES_FEWER_TABLES.
|
* This option is independent of \c MBEDTLS_AES_FEWER_TABLES.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue