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.php29 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
218 if ($curve instanceof MontgomeryCurve) {
258 if ($curve instanceof MontgomeryCurve) {
H A DXML.php23 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
379 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
417 if ($this->curve instanceof MontgomeryCurve) {
472 if ($this->curve instanceof MontgomeryCurve) {
506 if ($curve instanceof MontgomeryCurve) {
550 if ($this->curve instanceof MontgomeryCurve) {
615 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
81 if ($this->curve instanceof MontgomeryCurve) {
111 if ($this->curve instanceof MontgomeryCurve) {
313 if ($this->curve instanceof MontgomeryCurve) {
321 if ($this->curve instanceof MontgomeryCurve) {
H A DPublicKey.php17 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
46 if ($this->curve instanceof MontgomeryCurve) {