C# Class NeoGasLibrary.Cryptography.ECFieldElement

Inheritance: IComparable, IEquatable
Afficher le fichier Open project: cybergibbons/bitfi_09072019

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
FastLucasSequence ( BigInteger p, BigInteger P, BigInteger Q, BigInteger k ) : BigInteger[]

Method Details

CompareTo() public méthode

public CompareTo ( ECFieldElement other ) : int
other ECFieldElement
Résultat int

ECFieldElement() public méthode

public ECFieldElement ( BigInteger value, NeoGasLibrary.Cryptography.ECCurve curve ) : System
value BigInteger
curve NeoGasLibrary.Cryptography.ECCurve
Résultat System

Equals() public méthode

public Equals ( ECFieldElement other ) : bool
other ECFieldElement
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Square() public méthode

public Square ( ) : ECFieldElement
Résultat ECFieldElement

ToByteArray() public méthode

public ToByteArray ( ) : byte[]
Résultat byte[]

operator() public static méthode

public static operator ( ) : ECFieldElement
Résultat ECFieldElement