mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 18:02:58 +00:00
Merge branch '1.0-is-prime' into 1.0
This commit is contained in:
commit
096289882a
@ -3492,7 +3492,7 @@ class Math_BigInteger
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$s = 26 * $i + $j - 1;
|
$s = 26 * $i + $j;
|
||||||
$r->_rshift($s);
|
$r->_rshift($s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user