mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved private keys creation to client context
This commit is contained in:
parent
8350f16b20
commit
d794dfb7e5
4 changed files with 36 additions and 87 deletions
|
@ -25,8 +25,6 @@ namespace client
|
|||
{
|
||||
public:
|
||||
|
||||
ClientDestination (bool isPublic, i2p::data::SigningKeyType sigType);
|
||||
ClientDestination (const std::string& fullPath, bool isPublic);
|
||||
ClientDestination (const i2p::data::PrivateKeys& keys, bool isPublic);
|
||||
~ClientDestination ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue