mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 05:58:11 +00:00
Enable NIST_OPTIM by default for config-suite-b
This commit is contained in:
parent
c5b849bb7d
commit
0de7f94773
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@
|
|||
#define POLARSSL_ECP_WINDOW_SIZE 2
|
||||
#define POLARSSL_ECP_FIXED_POINT_OPTIM 0
|
||||
|
||||
/* Uncomment for a significant speed benefit at the expense of some ROM */
|
||||
//#define POLARSSL_ECP_NIST_OPTIM
|
||||
/* Significant speed benefit at the expense of some ROM */
|
||||
#define POLARSSL_ECP_NIST_OPTIM
|
||||
|
||||
/*
|
||||
* You should adjust this to the exact number of sources you're using: default
|
||||
|
|
Loading…
Reference in a new issue