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

Inheritance: AbstractFpPoint
Mostrar archivo Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Detach ( ) : ECPoint

Method Details

Add() public method

public Add ( ECPoint b ) : ECPoint
b ECPoint
return ECPoint

Detach() protected method

protected Detach ( ) : ECPoint
return ECPoint

Negate() public method

public Negate ( ) : ECPoint
return ECPoint

SecP256K1Point() public method

public SecP256K1Point ( ECCurve curve, ECFieldElement x, ECFieldElement y ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
return System

SecP256K1Point() public method

public SecP256K1Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement zs, bool withCompression ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
zs ECFieldElement
withCompression bool
return System

SecP256K1Point() public method

public SecP256K1Point ( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) : System
curve ECCurve
x ECFieldElement
y ECFieldElement
withCompression bool
return System

ThreeTimes() public method

public ThreeTimes ( ) : ECPoint
return ECPoint

Twice() public method

public Twice ( ) : ECPoint
return ECPoint

TwicePlus() public method

public TwicePlus ( ECPoint b ) : ECPoint
b ECPoint
return ECPoint