SymmetricCipher: Add support for AES-128-CBC

This commit is contained in:
Toni Spets
2018-02-06 19:20:10 +02:00
committed by Janek Bevendorff
parent 80d85965e9
commit d2359df2b0
5 changed files with 91 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ class TestSymmetricCipher : public QObject
private slots:
void initTestCase();
void testAes128CbcEncryption();
void testAes128CbcDecryption();
void testAes256CbcEncryption();
void testAes256CbcDecryption();
void testAes256CtrEncryption();