Initializes a new instance of the F2mCurve class
Namespace: Org.BouncyCastle.Math.ECAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public F2mCurve( int m, int k, BigInteger a, BigInteger b ) |
Visual Basic |
---|
Public Sub New ( _ m As Integer, _ k As Integer, _ a As BigInteger, _ b As BigInteger _ ) |
Visual C++ |
---|
public: F2mCurve( int m, int k, BigInteger^ a, BigInteger^ b ) |