mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
KeyDerivationFunction for NTCP2
This commit is contained in:
parent
86c1984982
commit
8c9eaccc11
4 changed files with 41 additions and 0 deletions
|
@ -19,6 +19,7 @@ namespace transport
|
|||
|
||||
private:
|
||||
|
||||
bool KeyDerivationFunction (const uint8_t * rs, const uint8_t * pub, uint8_t * derived);
|
||||
void CreateEphemeralKey (uint8_t * pub);
|
||||
void SendSessionRequest (const uint8_t * iv);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue