reset keys

This commit is contained in:
orignal 2020-01-22 21:42:30 -05:00
parent 34295adb05
commit 205e807b66
2 changed files with 15 additions and 7 deletions

View file

@ -72,6 +72,7 @@ namespace garlic
private:
void ResetKeys ();
void MixHash (const uint8_t * buf, size_t len);
bool GenerateEphemeralKeysAndEncode (uint8_t * buf); // buf is 32 bytes
uint64_t CreateNewSessionTag () const;