This function returns an object of S4-class ECPARAM
,
that does contain the parametrization of an elliptic curve.
ecparam(p, a, b)
An object of S4-class ECPARAM
integer
integer
integer
Bernhard Pfaff
Other EllipticCurve: ECPARAM-class
,
ECPOINT-class
,
EcparamOrNull-class
,
containsPoint
, ecoperators
,
ecpoint
, isNull
p <- "0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F"
b <- "0x0000000000000000000000000000000000000000000000000000000000000007"
a <- "0x0000000000000000000000000000000000000000000000000000000000000000"
curve256 <- ecparam(p, a, b)
curve256
Run the code above in your browser using DataLab