Documentation

Point extends Point
in package

Table of Contents

Properties

$curve  : mixed
$precomputed  : mixed
$t  : mixed
$type  : mixed
$x  : mixed
$y  : mixed
$z  : mixed
$zOne  : mixed

Methods

__construct()  : mixed
_extAdd()  : mixed
_extDbl()  : mixed
_getBeta()  : mixed
_getDoubles()  : mixed
_getNAFPoints()  : mixed
_projAdd()  : mixed
_projDbl()  : mixed
add()  : mixed
dbl()  : mixed
dblp()  : mixed
encode()  : mixed
encodeCompressed()  : mixed
eq()  : mixed
eqXToP()  : mixed
fromJSON()  : mixed
getX()  : mixed
getY()  : mixed
inspect()  : mixed
isInfinity()  : mixed
jmulAdd()  : mixed
mixedAdd()  : mixed
mul()  : mixed
mulAdd()  : mixed
neg()  : mixed
normalize()  : mixed
precompute()  : mixed
toP()  : mixed
validate()  : mixed
_encode()  : mixed
_hasDoubles()  : mixed

Properties

$precomputed

public mixed $precomputed

Methods

__construct()

public __construct(mixed $curve[, mixed $x = null ][, mixed $y = null ][, mixed $z = null ][, mixed $t = null ]) : mixed
Parameters
$curve : mixed
$x : mixed = null
$y : mixed = null
$z : mixed = null
$t : mixed = null

_extAdd()

public _extAdd(mixed $p) : mixed
Parameters
$p : mixed

_extDbl()

public _extDbl() : mixed

_getBeta()

public _getBeta() : mixed

_getDoubles()

public _getDoubles([mixed $step = null ][, mixed $power = null ]) : mixed
Parameters
$step : mixed = null
$power : mixed = null

_getNAFPoints()

public _getNAFPoints(mixed $wnd) : mixed
Parameters
$wnd : mixed

_projAdd()

public _projAdd(mixed $p) : mixed
Parameters
$p : mixed

_projDbl()

public _projDbl() : mixed

add()

public add(mixed $p) : mixed
Parameters
$p : mixed

dblp()

public dblp(mixed $k) : mixed
Parameters
$k : mixed

encode()

public encode(mixed $enc[, mixed $compact = false ]) : mixed
Parameters
$enc : mixed
$compact : mixed = false

encodeCompressed()

public encodeCompressed(mixed $enc) : mixed
Parameters
$enc : mixed

eq()

public eq(mixed $other) : mixed
Parameters
$other : mixed

eqXToP()

public eqXToP(mixed $x) : mixed
Parameters
$x : mixed

fromJSON()

public static fromJSON(mixed $curve, mixed $obj) : mixed
Parameters
$curve : mixed
$obj : mixed

getX()

public getX() : mixed

getY()

public getY() : mixed

inspect()

public inspect() : mixed

isInfinity()

public isInfinity() : mixed

jmulAdd()

public jmulAdd(mixed $k1, mixed $p, mixed $k2) : mixed
Parameters
$k1 : mixed
$p : mixed
$k2 : mixed

mixedAdd()

public mixedAdd(mixed $p) : mixed
Parameters
$p : mixed

mul()

public mul(mixed $k) : mixed
Parameters
$k : mixed

mulAdd()

public mulAdd(mixed $k1, mixed $p, mixed $k2) : mixed
Parameters
$k1 : mixed
$p : mixed
$k2 : mixed

normalize()

public normalize() : mixed

precompute()

public precompute([mixed $power = null ]) : mixed
Parameters
$power : mixed = null

validate()

public validate() : mixed

_encode()

protected _encode(mixed $compact) : mixed
Parameters
$compact : mixed

_hasDoubles()

protected _hasDoubles(mixed $k) : mixed
Parameters
$k : mixed

        
On this page

Search results