mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-29 04:23:34 +00:00
Merge branch '2.0'
This commit is contained in:
commit
adc9a5d189
@ -434,7 +434,12 @@ class RSA extends AsymmetricKey
|
|||||||
* @return bool
|
* @return bool
|
||||||
* @access public
|
* @access public
|
||||||
* @param string|RSA|array $key
|
* @param string|RSA|array $key
|
||||||
|
<<<<<<< HEAD
|
||||||
* @param int|bool $type optional
|
* @param int|bool $type optional
|
||||||
|
=======
|
||||||
|
* @param bool|int $type optional
|
||||||
|
* @return bool
|
||||||
|
>>>>>>> 2.0
|
||||||
*/
|
*/
|
||||||
public function load($key, $type = false)
|
public function load($key, $type = false)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user