mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 14:01:20 +01:00
Revert "Merge branch 'master' of https://github.com/phpseclib/phpseclib"
This reverts commit 638fe6971cf3127a9c8e04e2afd081325b1c8eca, reversing changes made to c46e8aeec60acd73e40350498bb08860c1c07bc9.
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…
x
Reference in New Issue
Block a user