C# 클래스 NeoGasLibrary.Cryptography.ECFieldElement

상속: IComparable, IEquatable
파일 보기 프로젝트 열기: cybergibbons/bitfi_09072019

공개 메소드들

메소드 설명
CompareTo ( ECFieldElement other ) : int
ECFieldElement ( BigInteger value, NeoGasLibrary.Cryptography.ECCurve curve ) : System
Equals ( ECFieldElement other ) : bool
Equals ( object obj ) : bool
Square ( ) : ECFieldElement
ToByteArray ( ) : byte[]
operator ( ) : ECFieldElement

비공개 메소드들

메소드 설명
FastLucasSequence ( BigInteger p, BigInteger P, BigInteger Q, BigInteger k ) : BigInteger[]

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( ECFieldElement other ) : int
other ECFieldElement
리턴 int

ECFieldElement() 공개 메소드

public ECFieldElement ( BigInteger value, NeoGasLibrary.Cryptography.ECCurve curve ) : System
value BigInteger
curve NeoGasLibrary.Cryptography.ECCurve
리턴 System

Equals() 공개 메소드

public Equals ( ECFieldElement other ) : bool
other ECFieldElement
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Square() 공개 메소드

public Square ( ) : ECFieldElement
리턴 ECFieldElement

ToByteArray() 공개 메소드

public ToByteArray ( ) : byte[]
리턴 byte[]

operator() 공개 정적인 메소드

public static operator ( ) : ECFieldElement
리턴 ECFieldElement