Home
last modified time | relevance | path

Searched refs:MontgomeryCurve (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPrivate.php23 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
74 * @param MontgomeryCurve $curve
78 public static function savePublicKey(MontgomeryCurve $curve, array $publicKey)
87 * @param MontgomeryCurve $curve
93 …public static function savePrivateKey(BigInteger $privateKey, MontgomeryCurve $curve, array $publi…
H A DMontgomeryPublic.php16 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
63 * @param MontgomeryCurve $curve
67 public static function savePublicKey(MontgomeryCurve $curve, array $publicKey)
H A DPKCS1.php31 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
151 if ($curve instanceof TwistedEdwardsCurve || $curve instanceof MontgomeryCurve) {
177 if ($curve instanceof TwistedEdwardsCurve || $curve instanceof MontgomeryCurve) {
H A DPKCS8.php28 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
173 if ($curve instanceof MontgomeryCurve) {
208 if ($curve instanceof MontgomeryCurve) {
H A DXML.php23 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
378 if ($curve instanceof TwistedEdwardsCurve || $curve instanceof MontgomeryCurve) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php33 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
277 if ($this->curve instanceof MontgomeryCurve) {
353 if ($this->curve instanceof MontgomeryCurve) {
389 if ($this->curve instanceof MontgomeryCurve) {
454 if ($this->curve instanceof MontgomeryCurve) {
474 if ($this->curve instanceof MontgomeryCurve) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php17 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
62 if ($this->curve instanceof MontgomeryCurve) {
94 if ($this->curve instanceof MontgomeryCurve) {
237 if ($this->curve instanceof MontgomeryCurve) {
245 if ($this->curve instanceof MontgomeryCurve) {
H A DPublicKey.php17 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
45 if ($this->curve instanceof MontgomeryCurve) {