mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
changed key format, now includes the ed25519 pubkey for signing.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "uthash.h"
|
||||
#include "z85.h"
|
||||
|
||||
int pcpsign(char *infile, char *outfile, char *passwd);
|
||||
int pcpsign(char *infile, char *outfile, char *recipient, char *passwd);
|
||||
int pcpverify(char *infile, char *sigfile);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user