mirror of
https://github.com/danog/tgseclib.git
synced 2024-12-02 17:48:00 +01:00
Tests/AES: add newly added 'cfb8' cipher mode of operation for unit test
This commit is contained in:
parent
7aa400745c
commit
18a5867e16
@ -31,6 +31,7 @@ abstract class Unit_Crypt_AES_TestCase extends PhpseclibTestCase
|
||||
'ctr',
|
||||
'ofb',
|
||||
'cfb',
|
||||
'cfb8'
|
||||
);
|
||||
$plaintexts = array(
|
||||
'',
|
||||
@ -131,6 +132,7 @@ abstract class Unit_Crypt_AES_TestCase extends PhpseclibTestCase
|
||||
'ctr',
|
||||
'ofb',
|
||||
'cfb',
|
||||
'cfb8',
|
||||
);
|
||||
|
||||
$combos = array(
|
||||
|
Loading…
Reference in New Issue
Block a user