mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 02:07:09 +00:00
BigInteger: adjustment to isPrime
This commit is contained in:
parent
b50dde76f5
commit
5ba61146e6
@ -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