pssht
latest
SSH server library written in PHP
|
Public Member Functions | |
__get ($name) | |
__isset ($name) | |
edwards ($P, $Q) | |
scalarmult ($P, $e) | |
xrecover ($y) | |
Static Public Member Functions | |
static | getInstance () |
Protected Member Functions | |
inv ($x) | |
Protected Attributes | |
$params = array() | |
Holds various parameters for the curve (q, l, d, I, B). | |
Static Protected Attributes | |
static | $instance = null |
Singleton instance. | |
Definition for the elliptic curve "Ed25519".
Definition at line 21 of file ED25519.php.