mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +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
|
||||
* @return array &$tables
|
||||
*/
|
||||
private function &getInvTables()
|
||||
protected function &getInvTables()
|
||||
{
|
||||
static $tables;
|
||||
if (empty($tables)) {
|
||||
|
Loading…
Reference in New Issue
Block a user