pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\ECC\ED25519 Class Reference

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.
 

Detailed Description

Definition for the elliptic curve "Ed25519".

See also
http://ed25519.cr.yp.to/ed25519-20110926.pdf for more information about this curve.

Definition at line 21 of file ED25519.php.


The documentation for this class was generated from the following file: