mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 03:40:04 +00:00
Increase default exponentiation window size
The default window size as default is set to the value that believed to give the best performance. Since the algorithm changed, the fastest window size has changed as well. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
4b5edfa0bb
commit
1609d57d53
@ -59,7 +59,7 @@
|
||||
*
|
||||
* Reduction in size, reduces speed.
|
||||
*/
|
||||
#define MBEDTLS_MPI_WINDOW_SIZE 2 /**< Maximum window size used. */
|
||||
#define MBEDTLS_MPI_WINDOW_SIZE 3 /**< Maximum window size used. */
|
||||
#endif /* !MBEDTLS_MPI_WINDOW_SIZE */
|
||||
|
||||
#if !defined(MBEDTLS_MPI_MAX_SIZE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user