Minor tweaks

This commit is contained in:
Graham Campbell 2015-09-06 23:01:03 +01:00
parent 06a1d3d981
commit b1db7f05d9

View File

@ -1854,8 +1854,8 @@ class Math_BigInteger
}
}
for ($k = 0; $k <= $j; ++$k) {
// eg. the length of substr($e_bits, $i, $j + 1)
for ($k = 0; $k <= $j; ++$k) {
$result = $this->_squareReduce($result, $n_value, $mode);
}