1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00

Add Subkey Binding Signature.

This commit is contained in:
B. Petersen 2017-05-19 15:19:09 +02:00
parent 355c5c7542
commit 804ebda917
2 changed files with 48 additions and 15 deletions

View file

@ -8,6 +8,8 @@
#include "netpgp/defs.h"
#include "netpgp/crypto.h"
#include "netpgp/create.h"
#include "netpgp/signature.h"
#include "netpgp/readerwriter.h"
unsigned rsa_generate_keypair(pgp_key_t *keydata, const int numbits, const unsigned long e, const char *hashalg, const char *cipher);
#endif // __NETPGP_EXTRA_H__