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