mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
bugfix in encryption key computing, added new feature: derived public keys
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
#include "keyprint.h"
|
||||
|
||||
int pcpdecrypt(char *id, int useid, char *infile, char *outfile, char *passwd);
|
||||
int pcpencrypt(char *id, char *infile, char *outfile, char *passwd);
|
||||
int pcpencrypt(char *id, char *infile, char *outfile, char *passwd, char *recipient);
|
||||
|
||||
#endif // _HAVE_ENCRYPTION_H
|
||||
|
||||
Reference in New Issue
Block a user