C# Class NBitcoin.BouncyCastle.Math.EC.AbstractFpCurve

Inheritance: ECCurve
ファイルを表示 Open project: Nethereum/Nethereum

Public Methods

Method Description
IsValidFieldElement ( BigInteger x ) : bool

Protected Methods

Method Description
AbstractFpCurve ( BigInteger q ) : System
DecompressPoint ( int yTilde, BigInteger X1 ) : NBitcoin.BouncyCastle.Math.EC.ECPoint

Method Details

AbstractFpCurve() protected method

protected AbstractFpCurve ( BigInteger q ) : System
q BigInteger
return System

DecompressPoint() protected method

protected DecompressPoint ( int yTilde, BigInteger X1 ) : NBitcoin.BouncyCastle.Math.EC.ECPoint
yTilde int
X1 BigInteger
return NBitcoin.BouncyCastle.Math.EC.ECPoint

IsValidFieldElement() public method

public IsValidFieldElement ( BigInteger x ) : bool
x BigInteger
return bool