mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01: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;
|
||||
}
|
||||
}
|
||||
$s = 26 * $i + $j - 1;
|
||||
$s = 26 * $i + $j;
|
||||
$r->_rshift($s);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user