C# Class Secp256k1.VarString

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

Méthodes publiques

Méthode Description
Decode ( byte buff, int offset ) : string
Encode ( string str ) : byte[]
GetBytes ( ) : byte[]
VarString ( byte buff, int offset ) : System
VarString ( string str ) : System

Method Details

Decode() public static méthode

public static Decode ( byte buff, int offset ) : string
buff byte
offset int
Résultat string

Encode() public static méthode

public static Encode ( string str ) : byte[]
str string
Résultat byte[]

GetBytes() public méthode

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

VarString() public méthode

public VarString ( byte buff, int offset ) : System
buff byte
offset int
Résultat System

VarString() public méthode

public VarString ( string str ) : System
str string
Résultat System