mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-05 08:05:21 -04:00
Fix coding style and GUI test
This commit is contained in:
parent
54fb0d9bd3
commit
ccfd7a065c
28 changed files with 426 additions and 379 deletions
|
@ -58,7 +58,7 @@ void TestKeePass2RandomStream::test()
|
|||
}
|
||||
|
||||
|
||||
KeePass2RandomStream randomStream(KeePass2::Salsa20);
|
||||
KeePass2RandomStream randomStream(KeePass2::ProtectedStreamAlgo::Salsa20);
|
||||
bool ok;
|
||||
QVERIFY(randomStream.init(key));
|
||||
QByteArray randomStreamData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue