mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
encrypt SessionRequest options block
This commit is contained in:
@@ -21,7 +21,7 @@ namespace transport
|
||||
|
||||
bool KeyDerivationFunction (const uint8_t * rs, const uint8_t * pub, uint8_t * derived);
|
||||
void CreateEphemeralKey (uint8_t * pub);
|
||||
void SendSessionRequest (const uint8_t * iv);
|
||||
void SendSessionRequest (const uint8_t * iv, const uint8_t * rs);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user