mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 02:29:28 +02:00
13 lines
412 B
C
13 lines
412 B
C
#ifndef __NETPGP_EXTRA_H__
|
|
#define __NETPGP_EXTRA_H__
|
|
|
|
#include "netpgp/config-netpgp.h"
|
|
#include <netpgp.h>
|
|
#include "netpgp/packet-parse.h"
|
|
#include "netpgp/errors.h"
|
|
#include "netpgp/defs.h"
|
|
#include "netpgp/crypto.h"
|
|
#include "netpgp/create.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__
|