C# 클래스 Secp256k1.ECPoint

상속: ICloneable
파일 보기 프로젝트 열기: TangibleCryptography/Secp256k1 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ECPoint b ) : ECPoint
Clone ( ) : object
DecodePoint ( byte encoded ) : ECPoint
ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y ) : System
ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y, bool isInfinity ) : System
EncodePoint ( bool compressed ) : byte[]
Multiply ( System.Numerics.BigInteger b ) : ECPoint
Negate ( ) : ECPoint
Subtract ( ECPoint b ) : ECPoint
Twice ( ) : ECPoint

비공개 메소드들

메소드 설명
ECPoint ( ) : System

메소드 상세

Add() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

DecodePoint() 공개 정적인 메소드

public static DecodePoint ( byte encoded ) : ECPoint
encoded byte
리턴 ECPoint

ECPoint() 공개 메소드

public ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y ) : System
x System.Numerics.BigInteger
y System.Numerics.BigInteger
리턴 System

ECPoint() 공개 메소드

public ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y, bool isInfinity ) : System
x System.Numerics.BigInteger
y System.Numerics.BigInteger
isInfinity bool
리턴 System

EncodePoint() 공개 메소드

public EncodePoint ( bool compressed ) : byte[]
compressed bool
리턴 byte[]

Multiply() 공개 메소드

public Multiply ( System.Numerics.BigInteger b ) : ECPoint
b System.Numerics.BigInteger
리턴 ECPoint

Negate() 공개 메소드

public Negate ( ) : ECPoint
리턴 ECPoint

Subtract() 공개 메소드

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

Twice() 공개 메소드

public Twice ( ) : ECPoint
리턴 ECPoint