We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ac07f commit 6ea769aCopy full SHA for 6ea769a
pico_w/wifi/mbedtls_config_examples_common.h
@@ -68,4 +68,7 @@
68
#define MBEDTLS_PEM_PARSE_C
69
#define MBEDTLS_BASE64_C
70
71
-#endif
+// The following significantly speeds up mbedtls due to NIST optimizations.
72
+#define MBEDTLS_ECP_NIST_OPTIM
73
+
74
+#endif
0 commit comments