blob: 0f75d6af1ee9be1b0e624c883e1ca4aec0783323 [file] [log] [blame]
Andrzej Kurek86f30ff2023-02-24 07:44:57 -05001Changes
2 * Changed the default MBEDTLS_ECP_WINDOW_SIZE from 6 to 2.
3 As tested in issue 6790, the correlation between this define and
4 RSA decryption performance has changed lately due to security fixes.
5 To fix the performance degradation when using default values the
6 window was reduced from 6 to 2, a value that gives the best or close
7 to best results when tested on Cortex-M4 and Intel i7.