| ECPARAM-class {rbch} | R Documentation |
The ECPARAM class
Description
S4-class for elliptic curve parameters.
Objects of this class do contain the big integer parameters of
elliptic curves. Instances of this class are ordinarily created
by a call to exparam
Slots
pbigz, curve dimension.abigz, parameter.bbigz, parameter.
Author(s)
Bernhard Pfaff
References
https://en.bitcoin.it/wiki/Secp256k1
See Also
Other EllipticCurve:
ECPOINT-class,
EcparamOrNull-class,
containsPoint(),
ecoperators,
ecparam(),
ecpoint(),
isNull()
[Package rbch version 0.1-1 Index]