KeyDerivationFunction for NTCP2

This commit is contained in:
orignal 2018-06-05 15:37:08 -04:00
parent 86c1984982
commit 8c9eaccc11
4 changed files with 41 additions and 0 deletions

View file

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