mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-20 12:08:24 -04:00
SymmetricCipher: Support CTR mode
Includes AES-256-CTR non-stream tests
This commit is contained in:
parent
8625e2c051
commit
a81a5fa31b
4 changed files with 53 additions and 1 deletions
|
@ -29,6 +29,8 @@ private slots:
|
|||
void initTestCase();
|
||||
void testAes256CbcEncryption();
|
||||
void testAes256CbcDecryption();
|
||||
void testAes256CtrEncryption();
|
||||
void testAes256CtrDecryption();
|
||||
void testTwofish256CbcEncryption();
|
||||
void testTwofish256CbcDecryption();
|
||||
void testSalsa20();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue