mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 00:01:00 +00:00
Revert "Merge branch 'master' of https://github.com/phpseclib/phpseclib"
This reverts commit638fe6971c
, reversing changes made toc46e8aeec6
.
This commit is contained in:
parent
b3171cc63f
commit
b4743df277
@ -106,7 +106,7 @@ class OpenSSH
|
|||||||
* @param \phpseclib\Math\BigInteger $e
|
* @param \phpseclib\Math\BigInteger $e
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
static function savePublicKey(BigInteger $n, BigInteger $e)
|
function savePublicKey(BigInteger $n, BigInteger $e)
|
||||||
{
|
{
|
||||||
$publicExponent = $e->toBytes(true);
|
$publicExponent = $e->toBytes(true);
|
||||||
$modulus = $n->toBytes(true);
|
$modulus = $n->toBytes(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user