mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-13 17:46:53 +02:00
calculate shared key in separate therad
This commit is contained in:
parent
298c5f0de2
commit
34939f9381
2 changed files with 42 additions and 24 deletions
|
@ -73,6 +73,7 @@ namespace transport
|
|||
void SendPhase3 ();
|
||||
void HandlePhase1Sent (const boost::system::error_code& ecode, std::size_t bytes_transferred);
|
||||
void HandlePhase2Received (const boost::system::error_code& ecode, std::size_t bytes_transferred);
|
||||
void HandlePhase2 (const i2p::crypto::AESKey& aesKey);
|
||||
void HandlePhase3Sent (const boost::system::error_code& ecode, std::size_t bytes_transferred, uint32_t tsA);
|
||||
void HandlePhase4Received (const boost::system::error_code& ecode, std::size_t bytes_transferred, uint32_t tsA);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue