mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-15 01:51:38 +00:00
Tests/RSA: fix error
This commit is contained in:
parent
26d528855a
commit
0166d3a7ec
@ -38,6 +38,6 @@ U9VQQSQzY1oZMVX8i1m5WUTLPz2yLJIBQVdXqhMCQBGoiuSoSjafUhV7i1cEGpb88h5NBYZzWXGZ
|
||||
$this->assertEquals($result, $expected);
|
||||
|
||||
$rsa->loadKey($privatekey);
|
||||
$this->assertEquals(trim($rsa->decrypt($a), "\0"), $plaintext);
|
||||
$this->assertEquals(trim($rsa->decrypt($result), "\0"), $plaintext);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user