Learn R Programming

rbch (version 0.1-2)

ECPOINT-class: S4 Class ECPOINT

Description

S4-class for a point on an elliptic curve. Ordinarily, objects are created by calling ecpoint.

Arguments

Slots

ecparam

ECPARAM

x

bigz

y

bigz

r

bigz

Author

Bernhard Pfaff

References

https://en.bitcoin.it/wiki/Secp256k1

See Also

Other EllipticCurve: ECPARAM-class, EcparamOrNull-class, containsPoint(), ecoperators, ecparam(), ecpoint(), isNull()