mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Merge branch 'master' into develop
This commit is contained in:
commit
28ad6ed552
24 changed files with 254 additions and 264 deletions
|
@ -202,7 +202,7 @@ void TestSymmetricCipher::testTwofish256CbcEncryption()
|
|||
bool ok;
|
||||
|
||||
for (int i = 0; i < keys.size(); ++i) {
|
||||
cipher.init(keys[i], ivs[i]);
|
||||
QVERIFY(cipher.init(keys[i], ivs[i]));
|
||||
QByteArray ptNext = plainTexts[i];
|
||||
QByteArray ctPrev = ivs[i];
|
||||
QByteArray ctCur;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue