mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +00:00
Tests/AES: Crypt_AES -> AES
This commit is contained in:
parent
6d3c04ef4d
commit
b566fcaeee
@ -377,7 +377,7 @@ abstract class Unit_Crypt_AES_TestCase extends PhpseclibTestCase
|
|||||||
*/
|
*/
|
||||||
public function testContinuousBuffer()
|
public function testContinuousBuffer()
|
||||||
{
|
{
|
||||||
$aes = new Crypt_AES();
|
$aes = new AES();
|
||||||
$aes->disablePadding();
|
$aes->disablePadding();
|
||||||
$aes->enableContinuousBuffer();
|
$aes->enableContinuousBuffer();
|
||||||
$aes->setIV(pack('H*', '0457bdb4a6712986688349a29eb82535'));
|
$aes->setIV(pack('H*', '0457bdb4a6712986688349a29eb82535'));
|
||||||
|
Loading…
Reference in New Issue
Block a user