View source: R/EllipticCurves.R
| ecparam | R Documentation |
This function returns an object of S4-class ECPARAM,
that does contain the parametrization of an elliptic curve.
ecparam(p, a, b)
p |
|
a |
|
b |
|
An object of S4-class ECPARAM
Bernhard Pfaff
https://en.bitcoin.it/wiki/Secp256k1
Other EllipticCurve: ECPARAM-class,
ECPOINT-class,
EcparamOrNull-class,
containsPoint, ecoperators,
ecpoint, isNull
p <- "0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F"
b <- "0x0000000000000000000000000000000000000000000000000000000000000007"
a <- "0x0000000000000000000000000000000000000000000000000000000000000000"
curve256 <- ecparam(p, a, b)
curve256
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.