mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 18:18:24 +00:00
bd0a683e78
Signed-off-by: Janos Follath <janos.follath@arm.com>
7 lines
331 B
Plaintext
7 lines
331 B
Plaintext
Changes
|
|
* mbedtls_mpi_exp_mod and code that uses it, notably RSA and DHM operations,
|
|
have changed their speed/memory compromise as part of a proactive security
|
|
improvement. The new default value of MBEDTLS_MPI_WINDOW_SIZE roughly
|
|
preserves the current speed, at the expense of increasing memory
|
|
consumption.
|