mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
Merge branch 'master-is-prime'
This commit is contained in:
commit
675822df96
@ -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