C# Class Secp256k1.ECPoint

Inheritance: ICloneable
Afficher le fichier Open project: TangibleCryptography/Secp256k1 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ECPoint ( ) : System

Method Details

Add() public méthode

public Add ( ECPoint b ) : ECPoint
b ECPoint
Résultat ECPoint

Clone() public méthode

public Clone ( ) : object
Résultat object

DecodePoint() public static méthode

public static DecodePoint ( byte encoded ) : ECPoint
encoded byte
Résultat ECPoint

ECPoint() public méthode

public ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y ) : System
x System.Numerics.BigInteger
y System.Numerics.BigInteger
Résultat System

ECPoint() public méthode

public ECPoint ( System.Numerics.BigInteger x, System.Numerics.BigInteger y, bool isInfinity ) : System
x System.Numerics.BigInteger
y System.Numerics.BigInteger
isInfinity bool
Résultat System

EncodePoint() public méthode

public EncodePoint ( bool compressed ) : byte[]
compressed bool
Résultat byte[]

Multiply() public méthode

public Multiply ( System.Numerics.BigInteger b ) : ECPoint
b System.Numerics.BigInteger
Résultat ECPoint

Negate() public méthode

public Negate ( ) : ECPoint
Résultat ECPoint

Subtract() public méthode

public Subtract ( ECPoint b ) : ECPoint
b ECPoint
Résultat ECPoint

Twice() public méthode

public Twice ( ) : ECPoint
Résultat ECPoint