mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
added c++ signature support
This commit is contained in:
@@ -69,6 +69,10 @@ namespace pcp {
|
||||
void pubkey_add(PubKey &key);
|
||||
|
||||
void key_delete(std::string &id);
|
||||
|
||||
Key get_primary();
|
||||
Key get_secret(std::string &id);
|
||||
PubKey get_public(std::string &id);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user