mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-24 11:05:30 +00:00
Tests/Twofish: disable padding
This commit is contained in:
parent
06d9f07830
commit
808a460f15
@ -19,6 +19,7 @@ class Unit_Crypt_TwofishTest extends PhpseclibTestCase
|
||||
|
||||
foreach ($engines as $engine=>$name) {
|
||||
$tf = new Crypt_Twofish();
|
||||
$tf->disablePadding();
|
||||
|
||||
// tests from https://www.schneier.com/code/ecb_ival.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user