mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
4 lines
234 B
Text
4 lines
234 B
Text
API changes
|
|
* The option MBEDTLS_ECP_FIXED_POINT_OPTIM use pre-computed comb tables
|
|
instead of computing tables in runtime. Thus, this option now increase
|
|
code size, and it does not increase RAM usage in runtime anymore.
|