SSH1: Math_BigInteger is supposed to be BigInteger.

This commit is contained in:
Andreas Fischer 2014-09-07 22:26:22 +02:00
parent cf921a347a
commit e85321959e

View File

@ -1334,9 +1334,9 @@ class Net_SSH1
* calls this call modexp, instead, but I think this makes things clearer, maybe... * calls this call modexp, instead, but I think this makes things clearer, maybe...
* *
* @see Net_SSH1::__construct() * @see Net_SSH1::__construct()
* @param Math_BigInteger $m * @param BigInteger $m
* @param Array $key * @param Array $key
* @return Math_BigInteger * @return BigInteger
* @access private * @access private
*/ */
function _rsa_crypt($m, $key) function _rsa_crypt($m, $key)