calculate shared key in separate therad

This commit is contained in:
orignal 2017-01-19 22:00:02 -05:00
parent 298c5f0de2
commit 34939f9381
2 changed files with 42 additions and 24 deletions

View file

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