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:
authorJanek Bevendorff <janek@jbev.net>2017-01-15 21:12:23 +0300
committerJanek Bevendorff <janek@jbev.net>2017-01-28 19:53:17 +0300
commit75dc21c66d496bdc1e167a2a5ceb334dbab09fc6 (patch)
tree7b2ba45dddf1439387b4c0f471609487cf85d76d /tests/TestSymmetricCipher.h
parentb0a4d7278ac9d6a49cc8f669db98f1456d8fa783 (diff)
Implement Twofish CBC encryption and decryption tests
Diffstat (limited to 'tests/TestSymmetricCipher.h')
-rw-r--r--tests/TestSymmetricCipher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestSymmetricCipher.h b/tests/TestSymmetricCipher.h
index 1ac45793f..17fa77a49 100644
--- a/tests/TestSymmetricCipher.h
+++ b/tests/TestSymmetricCipher.h
@@ -28,6 +28,8 @@ private Q_SLOTS:
void initTestCase();
void testAes256CbcEncryption();
void testAes256CbcDecryption();
+ void testTwofish256CbcEncryption();
+ void testTwofish256CbcDecryption();
void testSalsa20();
void testPadding();
void testStreamReset();