mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-12 16:36:30 +00:00
AES: fix issue preventing ECB mode from decrypting
This commit is contained in:
parent
2440be341d
commit
b9cd84108c
@ -719,7 +719,7 @@ class Rijndael extends BlockCipher
|
|||||||
* @access private
|
* @access private
|
||||||
* @return array &$tables
|
* @return array &$tables
|
||||||
*/
|
*/
|
||||||
private function &getInvTables()
|
protected function &getInvTables()
|
||||||
{
|
{
|
||||||
static $tables;
|
static $tables;
|
||||||
if (empty($tables)) {
|
if (empty($tables)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user