ECPOINT-class {rbch} | R Documentation |
S4 Class ECPOINT
Description
S4-class for a point on an elliptic curve.
Ordinarily, objects are created by calling
ecpoint
.
Slots
ecparam
ECPARAM
x
bigz
y
bigz
r
bigz
Author(s)
Bernhard Pfaff
References
https://en.bitcoin.it/wiki/Secp256k1
See Also
Other EllipticCurve:
ECPARAM-class
,
EcparamOrNull-class
,
containsPoint()
,
ecoperators
,
ecparam()
,
ecpoint()
,
isNull()
[Package rbch version 0.1-1 Index]