C# Class Org.BouncyCastle.Math.EC.F2mCurve

Inheritance: Org.BouncyCastle.Math.EC.AbstractF2mCurve
Show file Open project: retroplasma/binsync Class Usage Examples

Public Methods

Method Description
CreatePoint ( BigInteger X1, BigInteger Y1, bool withCompression ) : ECPoint
Equals ( object obj ) : bool
F2mCurve ( int m, int k, BigInteger a, BigInteger b ) : System
F2mCurve ( int m, int k, BigInteger a, BigInteger b, BigInteger n, BigInteger h ) : System
F2mCurve ( int m, int k1, int k2, int k3, BigInteger a, BigInteger b ) : System
F2mCurve ( int m, int k1, int k2, int k3, BigInteger a, BigInteger b, BigInteger n, BigInteger h ) : System
FromBigInteger ( BigInteger x ) : ECFieldElement
GetHashCode ( ) : int
IsTrinomial ( ) : bool

Protected Methods

Method Description
DecompressPoint ( int yTilde, BigInteger X1 ) : ECPoint
Equals ( F2mCurve other ) : bool

Private Methods

Method Description
GetMu ( ) : sbyte
GetSi ( ) : BigInteger[]
solveQuadradicEquation ( ECFieldElement beta ) : ECFieldElement

Method Details

CreatePoint() public method

public CreatePoint ( BigInteger X1, BigInteger Y1, bool withCompression ) : ECPoint
X1 BigInteger
Y1 BigInteger
withCompression bool
return ECPoint

DecompressPoint() protected method

protected DecompressPoint ( int yTilde, BigInteger X1 ) : ECPoint
yTilde int
X1 BigInteger
return ECPoint

Equals() protected method

protected Equals ( F2mCurve other ) : bool
other F2mCurve
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

F2mCurve() public method

public F2mCurve ( int m, int k, BigInteger a, BigInteger b ) : System
m int
k int
a BigInteger
b BigInteger
return System

F2mCurve() public method

public F2mCurve ( int m, int k, BigInteger a, BigInteger b, BigInteger n, BigInteger h ) : System
m int
k int
a BigInteger
b BigInteger
n BigInteger
h BigInteger
return System

F2mCurve() public method

public F2mCurve ( int m, int k1, int k2, int k3, BigInteger a, BigInteger b ) : System
m int
k1 int
k2 int
k3 int
a BigInteger
b BigInteger
return System

F2mCurve() public method

public F2mCurve ( int m, int k1, int k2, int k3, BigInteger a, BigInteger b, BigInteger n, BigInteger h ) : System
m int
k1 int
k2 int
k3 int
a BigInteger
b BigInteger
n BigInteger
h BigInteger
return System

FromBigInteger() public method

public FromBigInteger ( BigInteger x ) : ECFieldElement
x BigInteger
return ECFieldElement

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsTrinomial() public method

public IsTrinomial ( ) : bool
return bool