mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-18 11:15:12 +00:00
misc docblock adjustments
This commit is contained in:
parent
1795b5df6a
commit
bdb6c08c35
@ -40,7 +40,7 @@ class Binary extends Base
|
||||
/**
|
||||
* Binary Field Integer factory
|
||||
*
|
||||
* @var \phpseclib3\Math\BinaryFields
|
||||
* @var \phpseclib3\Math\BinaryField
|
||||
*/
|
||||
protected $factory;
|
||||
|
||||
|
@ -45,7 +45,7 @@ class Montgomery extends Base
|
||||
/**
|
||||
* Prime Field Integer factory
|
||||
*
|
||||
* @var \phpseclib3\Math\PrimeFields
|
||||
* @var \phpseclib3\Math\PrimeField
|
||||
*/
|
||||
protected $factory;
|
||||
|
||||
|
@ -1139,7 +1139,7 @@ abstract class Engine implements \Serializable
|
||||
* Splits BigInteger's into chunks of $split bits
|
||||
*
|
||||
* @param int $split
|
||||
* @return \phpseclib3\Math\BigInteger\Engine[]
|
||||
* @return \phpseclib3\Math\BigInteger\Engines\Engine[]
|
||||
*/
|
||||
public function bitwise_split($split)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user