Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2015-07-20 22:50:39 +0300
committerFelix Geyer <debfx@fobos.de>2015-07-20 22:51:32 +0300
commit98d9dae087f693066781b53e3c9032d7ec6017ab (patch)
tree9bf1062cec179329c87c5c65bf327f10fa484d19 /tests/TestSymmetricCipher.h
parent2033174d9570c32efc9f1f934f4a0ee0f0bb4f58 (diff)
Test if reset() and close() write only one final block.
Diffstat (limited to 'tests/TestSymmetricCipher.h')
-rw-r--r--tests/TestSymmetricCipher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestSymmetricCipher.h b/tests/TestSymmetricCipher.h
index e90fe6001..1ac45793f 100644
--- a/tests/TestSymmetricCipher.h
+++ b/tests/TestSymmetricCipher.h
@@ -30,6 +30,7 @@ private Q_SLOTS:
void testAes256CbcDecryption();
void testSalsa20();
void testPadding();
+ void testStreamReset();
};
#endif // KEEPASSX_TESTSYMMETRICCIPHER_H