Tests/Twofish: disable padding

This commit is contained in:
terrafrost 2015-01-19 22:00:49 -06:00
parent 06d9f07830
commit 808a460f15

View File

@ -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