mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
moved encryption keys from TunnelPool to StreamingDestination
This commit is contained in:
@@ -32,7 +32,9 @@ namespace i2p
|
||||
// implements LocalDestination
|
||||
void UpdateLeaseSet () {};
|
||||
const i2p::data::IdentHash& GetIdentHash () const { return m_RouterInfo.GetIdentHash (); };
|
||||
|
||||
const uint8_t * GetEncryptionPrivateKey () const { return GetPrivateKey (); };
|
||||
const uint8_t * GetEncryptionPublicKey () const { return m_Keys.publicKey; };
|
||||
|
||||
private:
|
||||
|
||||
void CreateNewRouter ();
|
||||
|
||||
Reference in New Issue
Block a user