We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NO_ECC_CACHE_CURVE
1 parent eaa5edb commit 3afa420Copy full SHA for 3afa420
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -2755,7 +2755,9 @@ extern void uITRON4_free(void *p) ;
2755
#endif
2756
2757
/* Enable ECC_CACHE_CURVE for ASYNC */
2758
- #if !defined(ECC_CACHE_CURVE)
+ #if !defined(ECC_CACHE_CURVE) && !defined(NO_ECC_CACHE_CURVE)
2759
+ /* Enabled by default for increased async performance,
2760
+ * but not required */
2761
#define ECC_CACHE_CURVE
2762
2763
#endif /* WOLFSSL_ASYNC_CRYPT */
0 commit comments