Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php162 return $this->formatSignature($r, $s);
211 return $this->formatSignature($r, $s);
262 private function formatSignature(BigInteger $r, BigInteger $s) function in phpseclib3\\Crypt\\EC\\PrivateKey