C# Class NBitcoin.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point

Inheritance: AbstractFpPoint
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ECPoint b ) : ECPoint
Negate ( ) : ECPoint
SecP256K1Point ( ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
SecP256K1Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement zs, bool withCompression ) : System
SecP256K1Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
ThreeTimes ( ) : ECPoint
Twice ( ) : ECPoint
TwicePlus ( ECPoint b ) : ECPoint

Méthodes protégées

Méthode Description
Detach ( ) : ECPoint

Method Details

Add() public méthode

public Add ( ECPoint b ) : ECPoint
b ECPoint
Résultat ECPoint

Detach() protected méthode

protected Detach ( ) : ECPoint
Résultat ECPoint

Negate() public méthode

public Negate ( ) : ECPoint
Résultat ECPoint

SecP256K1Point() public méthode

public SecP256K1Point ( ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
Résultat System

SecP256K1Point() public méthode

public SecP256K1Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement zs, bool withCompression ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
zs ECFieldElement
withCompression bool
Résultat System

SecP256K1Point() public méthode

public SecP256K1Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
withCompression bool
Résultat System

ThreeTimes() public méthode

public ThreeTimes ( ) : ECPoint
Résultat ECPoint

Twice() public méthode

public Twice ( ) : ECPoint
Résultat ECPoint

TwicePlus() public méthode

public TwicePlus ( ECPoint b ) : ECPoint
b ECPoint
Résultat ECPoint