mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-29 11:32:03 -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
|
@ -38,6 +38,7 @@ public:
|
|||
enum Mode
|
||||
{
|
||||
Cbc,
|
||||
Ctr,
|
||||
Ecb,
|
||||
Stream
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue