CS adjustment

This commit is contained in:
terrafrost 2023-07-02 12:45:16 -05:00
parent a31fd00e5a
commit 5a02ce27ac
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}