Home
last modified time | relevance | path

Searched defs:prime (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS8.php100 …public static function savePrivateKey(BigInteger $prime, BigInteger $base, BigInteger $privateKey,…
121 …public static function savePublicKey(BigInteger $prime, BigInteger $base, BigInteger $publicKey, a…
H A DPKCS1.php65 public static function saveParameters(BigInteger $prime, BigInteger $base, array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php54 protected $prime; variable in phpseclib3\\Crypt\\DH