mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-18 03:00:50 -04:00
Move key transform() call into Database.
This commit is contained in:
parent
fd9685037b
commit
6afda908bc
4 changed files with 17 additions and 17 deletions
|
@ -58,6 +58,7 @@ private:
|
|||
|
||||
Database* m_db;
|
||||
QByteArray m_masterSeed;
|
||||
QByteArray m_transformSeed;
|
||||
QByteArray m_encryptionIV;
|
||||
QByteArray m_streamStartBytes;
|
||||
QByteArray m_protectedStreamKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue