Load an Elliptic Curve from 1 to 14, corresponding to Curves 1 through 14 in the ZC-Basic EC-p library.

Namespace: BasicCard.Crypto.EC
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public static ECp LoadCurve(
	int index
)
Visual Basic
Public Shared Function LoadCurve ( 
	index As Integer
) As ECp
Visual C++
public:
static ECp^ LoadCurve(
	int index
)
F#
static member LoadCurve : 
        index : int -> ECp 

Parameters

index
Type: System..::..Int32
curve index 1..14

Return Value

Type: ECp
ECp object using specified curve.

See Also