mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 12:10:59 +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
|
||||
* @return string
|
||||
*/
|
||||
static function savePublicKey(BigInteger $n, BigInteger $e)
|
||||
function savePublicKey(BigInteger $n, BigInteger $e)
|
||||
{
|
||||
$publicExponent = $e->toBytes(true);
|
||||
$modulus = $n->toBytes(true);
|
||||
|
Loading…
Reference in New Issue
Block a user