Implement Twofish CBC encryption and decryption tests

This commit is contained in:
Janek Bevendorff
2017-01-15 19:12:23 +01:00
parent b0a4d7278a
commit 75dc21c66d
2 changed files with 123 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ private Q_SLOTS:
void initTestCase();
void testAes256CbcEncryption();
void testAes256CbcDecryption();
void testTwofish256CbcEncryption();
void testTwofish256CbcDecryption();
void testSalsa20();
void testPadding();
void testStreamReset();