mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 04:05:15 +00:00
CS adjustment
This commit is contained in:
parent
a31fd00e5a
commit
5a02ce27ac
@ -617,7 +617,7 @@ abstract class Engine implements \JsonSerializable
|
||||
}
|
||||
|
||||
if ($this->compare($n) > 0) {
|
||||
list(, $temp) = $this->divide($n);
|
||||
[, $temp] = $this->divide($n);
|
||||
return $temp->powModInner($e, $n);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user