mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 05:21:08 +00:00
Change default RSA key size in rsa_genkey
This commit is contained in:
parent
1d8f2da7df
commit
d224ff1f63
|
@ -46,7 +46,7 @@
|
|||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#define KEY_SIZE 1024
|
||||
#define KEY_SIZE 2048
|
||||
#define EXPONENT 65537
|
||||
|
||||
#if !defined(MBEDTLS_BIGNUM_C) || !defined(MBEDTLS_ENTROPY_C) || \
|
||||
|
|
Loading…
Reference in a new issue