AbstractF2mCurve Constructor

Initializes a new instance of the AbstractF2mCurve class

Definition

Namespace: Org.BouncyCastle.Math.EC
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected AbstractF2mCurve(
	int m,
	int k1,
	int k2,
	int k3
)

Parameters

m  Int32
 
k1  Int32
 
k2  Int32
 
k3  Int32
 

See Also