mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Update comments
This commit is contained in:
parent
c1ad534038
commit
013b5a30c7
@ -111,9 +111,7 @@ protected:
|
||||
void AuthenticateLastFooterBlock(byte *mac, size_t macSize);
|
||||
|
||||
protected:
|
||||
// ChaCha20 does not stash away the user key. There's no way to restart
|
||||
// ChaCha once an encryption or decryption is performed. In fact, we
|
||||
// cannot even Resynchronize it correctly. Compensate here.
|
||||
// See comments in chachapoly.cpp
|
||||
void RekeyCipherAndMac(const byte *userKey, size_t userKeyLength, const NameValuePairs ¶ms);
|
||||
|
||||
SecByteBlock m_userKey;
|
||||
|
Loading…
Reference in New Issue
Block a user