mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +00:00
782c2b9f36
Signed-off-by: kXuan <kxuanobj@gmail.com>
5 lines
234 B
Plaintext
5 lines
234 B
Plaintext
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.
|