Home
last modified time | relevance | path

Searched refs:toBigInteger (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
DPublicKey.php45 public function toBigInteger() function in phpseclib3\\Crypt\\DH\\PublicKey
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
DInteger.php362 $d = $this->toBigInteger();
396 public function toBigInteger() function in phpseclib3\\Math\\PrimeField\\Integer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DKoblitzPrime.php107 $this->basis = static::extendedGCD($lambda->toBigInteger(), $this->order);
120 $k = $scalars[$i]->toBigInteger();
DPrime.php693 $k1 = $k1->toBigInteger();
694 $k2 = $k2->toBigInteger();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
DInteger.php494 public function toBigInteger() function in phpseclib3\\Math\\BinaryField\\Integer
505 return (string) $this->toBigInteger();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
DPublicKey.php153 $x1 = $x1->toBigInteger();
DPrivateKey.php175 $x = $x->toBigInteger();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DSymmetricKey.php3372 $r = $a->toBigInteger()->add($s->toBigInteger());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php1856 $ourPublic = $ourPrivate->getPublicKey()->toBigInteger();