ECPARAM-class: The ECPARAM class

Description Slots Author(s) References See Also

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

p

bigz, curve dimension.

a

bigz, parameter.

b

bigz, 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


rbtc documentation built on May 2, 2019, 6:11 p.m.

Related to ECPARAM-class in rbtc...