mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
commit
d3660151cf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ void dc_pgp_rand_seed (dc_context_t*, const void* buf, size_t bytes);
|
|||
int dc_split_armored_data (char* buf, const char** ret_headerline, const char** ret_setupcodebegin, const char** ret_preferencrypt, const char** ret_base64);
|
||||
|
||||
/* public key encryption */
|
||||
#define DC_KEYGEN_BITS 3072
|
||||
#define DC_KEYGEN_BITS 2048
|
||||
#define DC_KEYGEN_E 65537
|
||||
int dc_pgp_create_keypair (dc_context_t*, const char* addr, dc_key_t* public_key, dc_key_t* private_key);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue