mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-04 16:29:43 +00:00
Update config used by ecc-heap.sh
- optimize a bit - update default (commented out, so purely cosmetic) Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
6408495f42
commit
4ecee83d8a
|
@ -71,7 +71,10 @@ cat << EOF >$CONFIG_H
|
||||||
|
|
||||||
#include "check_config.h"
|
#include "check_config.h"
|
||||||
|
|
||||||
//#define MBEDTLS_ECP_WINDOW_SIZE 6
|
#define MBEDTLS_HAVE_ASM // just make things a bit faster
|
||||||
|
#define MBEDTLS_ECP_NIST_OPTIM // faster and less allocations
|
||||||
|
|
||||||
|
//#define MBEDTLS_ECP_WINDOW_SIZE 4
|
||||||
//#define MBEDTLS_ECP_FIXED_POINT_OPTIM 1
|
//#define MBEDTLS_ECP_FIXED_POINT_OPTIM 1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue