mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Add ChangeLog and migration guide for MBEDTLS_ECP_FIXED_POINT_OPTIM
Signed-off-by: kXuan <kxuanobj@gmail.com>
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
Change MBEDTLS_ECP_FIXED_POINT_OPTIM behaviour
|
||||
------------------------------------------------------
|
||||
|
||||
The option MBEDTLS_ECP_FIXED_POINT_OPTIM now use more ROM and does not increase
|
||||
peak RAM usage anymore.
|
||||
|
||||
If you are limited by ROM space, you can define MBEDTLS_ECP_FIXED_POINT_OPTIM
|
||||
to `0` in your config file. This will save about 50 KiB ROM space.
|
Reference in New Issue
Block a user