mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
Merge pull request #472 from bantu/php5-ssh1-math-biginteger
SSH1: Math_BigInteger is supposed to be BigInteger. * bantu/php5-ssh1-math-biginteger: SSH1: Math_BigInteger is supposed to be BigInteger.
This commit is contained in:
commit
8c42f386f2
@ -1334,9 +1334,9 @@ class Net_SSH1
|
||||
* calls this call modexp, instead, but I think this makes things clearer, maybe...
|
||||
*
|
||||
* @see Net_SSH1::__construct()
|
||||
* @param Math_BigInteger $m
|
||||
* @param BigInteger $m
|
||||
* @param Array $key
|
||||
* @return Math_BigInteger
|
||||
* @return BigInteger
|
||||
* @access private
|
||||
*/
|
||||
function _rsa_crypt($m, $key)
|
||||
|
Loading…
Reference in New Issue
Block a user