mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +01:00
BigInteger: adjustment to isPrime
This commit is contained in:
parent
b50dde76f5
commit
5ba61146e6
@ -3492,7 +3492,7 @@ class Math_BigInteger
|
||||
break;
|
||||
}
|
||||
}
|
||||
$s = 26 * $i + $j - 1;
|
||||
$s = 26 * $i + $j;
|
||||
$r->_rshift($s);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user