1
0
mirror of https://github.com/danog/tgseclib.git synced 2025-01-21 21:41:14 +01:00

Tests/AES: Crypt_AES -> AES

This commit is contained in:
terrafrost 2016-02-20 14:15:57 -06:00
parent 6d3c04ef4d
commit b566fcaeee

View File

@ -377,7 +377,7 @@ abstract class Unit_Crypt_AES_TestCase extends PhpseclibTestCase
*/
public function testContinuousBuffer()
{
$aes = new Crypt_AES();
$aes = new AES();
$aes->disablePadding();
$aes->enableContinuousBuffer();
$aes->setIV(pack('H*', '0457bdb4a6712986688349a29eb82535'));