Skip to content

Commit

Permalink
Add NIST curves optimizations to shared mbedtls config (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldiGH authored Jan 28, 2025
1 parent b6ac07f commit abcd62a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pico_w/wifi/mbedtls_config_examples_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@
#define MBEDTLS_PEM_PARSE_C
#define MBEDTLS_BASE64_C

#endif
// The following significantly speeds up mbedtls due to NIST optimizations.
#define MBEDTLS_ECP_NIST_OPTIM

#endif

0 comments on commit abcd62a

Please sign in to comment.