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

Inheritance: ECCurve
Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

Méthode Description
IsValidFieldElement ( BigInteger x ) : bool

Méthodes protégées

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

Method Details

AbstractFpCurve() protected méthode

protected AbstractFpCurve ( BigInteger q ) : System
q BigInteger
Résultat System

DecompressPoint() protected méthode

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

IsValidFieldElement() public méthode

public IsValidFieldElement ( BigInteger x ) : bool
x BigInteger
Résultat bool