Table of Contents
Properties
-
$curve
: mixed
-
$precomputed
: mixed
-
$type
: mixed
-
$x
: mixed
-
$z
: mixed
Methods
-
__construct()
: mixed
-
_getBeta()
: mixed
-
_getDoubles()
: mixed
-
_getNAFPoints()
: mixed
-
add()
: mixed
-
dbl()
: mixed
-
dblp()
: mixed
-
diffAdd()
: mixed
-
encode()
: mixed
-
encodeCompressed()
: mixed
-
eq()
: mixed
-
fromJSON()
: mixed
-
getX()
: mixed
-
inspect()
: mixed
-
isInfinity()
: mixed
-
mul()
: mixed
-
normalize()
: mixed
-
precompute()
: mixed
-
validate()
: mixed
-
_encode()
: mixed
-
_hasDoubles()
: mixed
$curve
public
mixed
$curve
$precomputed
public
mixed
$precomputed
$type
public
mixed
$type
$x
public
mixed
$x
$z
public
mixed
$z
__construct()
public
__construct(mixed $curve, mixed $x, mixed $z) : mixed
Parameters
-
$curve
: mixed
-
-
$x
: mixed
-
-
$z
: 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
-
add()
public
add(mixed $p) : mixed
Parameters
-
$p
: mixed
-
dbl()
public
dbl() : mixed
dblp()
public
dblp(mixed $k) : mixed
Parameters
-
$k
: mixed
-
diffAdd()
public
diffAdd(mixed $p, mixed $diff) : mixed
Parameters
-
$p
: mixed
-
-
$diff
: 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
-
fromJSON()
public
static fromJSON(mixed $curve, mixed $obj) : mixed
Parameters
-
$curve
: mixed
-
-
$obj
: mixed
-
getX()
public
getX() : mixed
inspect()
public
inspect() : mixed
isInfinity()
public
isInfinity() : mixed
mul()
public
mul(mixed $k) : mixed
Parameters
-
$k
: 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
-