added c++ signature support

This commit is contained in:
TLINDEN
2013-12-07 13:24:44 +01:00
parent 14bead5499
commit 212bd71ac8
13 changed files with 339 additions and 8 deletions

View File

@@ -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);
};