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 c8867d8 commit d4840d8Copy full SHA for d4840d8
wolfssl/wolfcrypt/sp_int.h
@@ -423,11 +423,9 @@ typedef struct sp_ecc_ctx {
423
#define SP_INT_BITS 8192
424
#elif !defined(NO_DH) && defined(HAVE_FFDHE_6144)
425
#define SP_INT_BITS 6144
426
- #elif !defined(NO_DH) && defined(HAVE_FFDHE_4096)
427
- #define SP_INT_BITS 4096
428
#else
429
- /* Default to max 3072 for general RSA and DH. */
430
- #define SP_INT_BITS 3072
+ /* Default to max 4096 for general RSA and DH. */
+ #define SP_INT_BITS 4096
431
#endif
432
#elif defined(WOLFCRYPT_HAVE_SAKKE)
433
#define SP_INT_BITS 1024
0 commit comments