SymmetricCipher: Add support for AES-128-CBC
This commit is contained in:
committed by
Janek Bevendorff
parent
80d85965e9
commit
d2359df2b0
@@ -27,6 +27,8 @@ class TestSymmetricCipher : public QObject
|
||||
|
||||
private slots:
|
||||
void initTestCase();
|
||||
void testAes128CbcEncryption();
|
||||
void testAes128CbcDecryption();
|
||||
void testAes256CbcEncryption();
|
||||
void testAes256CbcDecryption();
|
||||
void testAes256CtrEncryption();
|
||||
|
||||
Reference in New Issue
Block a user