mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-15 08:29:22 -05:00
Implement Twofish CBC encryption and decryption tests
This commit is contained in:
parent
b0a4d7278a
commit
75dc21c66d
2 changed files with 123 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ private Q_SLOTS:
|
|||
void initTestCase();
|
||||
void testAes256CbcEncryption();
|
||||
void testAes256CbcDecryption();
|
||||
void testTwofish256CbcEncryption();
|
||||
void testTwofish256CbcDecryption();
|
||||
void testSalsa20();
|
||||
void testPadding();
|
||||
void testStreamReset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue