MixHash for SSU2 long header

This commit is contained in:
orignal 2022-03-07 18:20:06 -05:00
parent d4ede6ff01
commit a152f36894
3 changed files with 48 additions and 14 deletions

View file

@ -317,6 +317,7 @@ namespace crypto
uint8_t m_H[32] /*h*/, m_CK[64] /*[ck, k]*/;
void MixHash (const uint8_t * buf, size_t len);
void MixHash (const std::vector<std::pair<uint8_t *, size_t> >& bufs);
void MixKey (const uint8_t * sharedSecret);
};