C# 클래스 NBitcoin.BouncyCastle.Math.EC.Custom.Sec.SecP256K1Point

상속: AbstractFpPoint
파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Detach ( ) : ECPoint

메소드 상세

Add() 공개 메소드

public Add ( ECPoint b ) : ECPoint
b ECPoint
리턴 ECPoint

Detach() 보호된 메소드

protected Detach ( ) : ECPoint
리턴 ECPoint

Negate() 공개 메소드

public Negate ( ) : ECPoint
리턴 ECPoint

SecP256K1Point() 공개 메소드

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

SecP256K1Point() 공개 메소드

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

SecP256K1Point() 공개 메소드

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

ThreeTimes() 공개 메소드

public ThreeTimes ( ) : ECPoint
리턴 ECPoint

Twice() 공개 메소드

public Twice ( ) : ECPoint
리턴 ECPoint

TwicePlus() 공개 메소드

public TwicePlus ( ECPoint b ) : ECPoint
b ECPoint
리턴 ECPoint