Load an Elliptic Curve from 1 to 5, corresponding to Curves 1
through 5 in the ZC-Basic EC-167 library.
Namespace: BasicCard.Crypto.ECAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public static EC167 LoadCurve(
int index
) |
Visual Basic |
---|
Public Shared Function LoadCurve (
index As Integer
) As EC167 |
Visual C++ |
---|
public:
static EC167^ LoadCurve(
int index
) |
F# |
---|
static member LoadCurve :
index : int -> EC167
|
Parameters
- index
- Type: System..::..Int32
curve index 1..5
Return Value
Type:
EC167EC167 object using specified curve.
Exceptions
See Also