mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 10:19:16 +02:00
Prepare cryptographic verification.
This commit is contained in:
parent
be5abc03f7
commit
e9357dbef2
5 changed files with 55 additions and 32 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "netpgp/signature.h"
|
||||
#include "netpgp/readerwriter.h"
|
||||
#include "netpgp/validate.h"
|
||||
#include "netpgp/netpgpsdk.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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue