mbedtls/ChangeLog.d/issue4128.txt

5 lines
230 B
Text
Raw Normal View History

API changes
* The option `MBEDTLS_ECP_FIXED_POINT_OPTIM` use pre-computed comb tables
instead of computing tables in runtime. Thus, this option now use more
ROM, and it does not increase RAM usage in runtime anymore.