mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-15 09:54:10 +00:00
PHPDOC fixes
This commit is contained in:
parent
f314f9795f
commit
d13f429b77
@ -46,7 +46,7 @@ abstract class Montgomery extends Base
|
||||
* @param \phpseclib\Math\BigInteger\Engine $e
|
||||
* @param \phpseclib\Math\BigInteger\Engine $n
|
||||
* @param string $class
|
||||
* @return \phpseclib\Math\BigInteger\Engine
|
||||
* @return \phpseclib\Math\BigInteger\Engine|Engine
|
||||
*/
|
||||
protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user