Update comments
parent
c1ad534038
commit
013b5a30c7
|
|
@ -111,9 +111,7 @@ protected:
|
||||||
void AuthenticateLastFooterBlock(byte *mac, size_t macSize);
|
void AuthenticateLastFooterBlock(byte *mac, size_t macSize);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// ChaCha20 does not stash away the user key. There's no way to restart
|
// See comments in chachapoly.cpp
|
||||||
// ChaCha once an encryption or decryption is performed. In fact, we
|
|
||||||
// cannot even Resynchronize it correctly. Compensate here.
|
|
||||||
void RekeyCipherAndMac(const byte *userKey, size_t userKeyLength, const NameValuePairs ¶ms);
|
void RekeyCipherAndMac(const byte *userKey, size_t userKeyLength, const NameValuePairs ¶ms);
|
||||||
|
|
||||||
SecByteBlock m_userKey;
|
SecByteBlock m_userKey;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue