mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 18:18:05 +01:00
Fixed methods visibility
This commit is contained in:
parent
0fd58aeb7e
commit
f314f9795f
@ -80,7 +80,7 @@ abstract class Base extends PHP
|
|||||||
* @param string $class
|
* @param string $class
|
||||||
* @return \phpseclib\Math\BigInteger\Engines\PHP
|
* @return \phpseclib\Math\BigInteger\Engines\PHP
|
||||||
*/
|
*/
|
||||||
protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class)
|
public static function powModHelper(PHP $x, PHP $e, PHP $n, $class)
|
||||||
{
|
{
|
||||||
if (empty($e->value)) {
|
if (empty($e->value)) {
|
||||||
$temp = new $class();
|
$temp = new $class();
|
||||||
|
Loading…
Reference in New Issue
Block a user