mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 19:54:57 +00:00
Merge branch '2.0-is-prime'
This commit is contained in:
commit
88b34382f9
@ -1315,7 +1315,7 @@ abstract class PHP extends Engine
|
||||
break;
|
||||
}
|
||||
}
|
||||
$s = static::BASE * $i + $j - 1;
|
||||
$s = static::BASE * $i + $j;
|
||||
$r->rshift($s);
|
||||
return $s;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user