C# Class Secp256k1.VarString

Mostrar archivo Open project: TangibleCryptography/Secp256k1 Class Usage Examples

Public Methods

Method 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 method

public static Decode ( byte buff, int offset ) : string
buff byte
offset int
return string

Encode() public static method

public static Encode ( string str ) : byte[]
str string
return byte[]

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

VarString() public method

public VarString ( byte buff, int offset ) : System
buff byte
offset int
return System

VarString() public method

public VarString ( string str ) : System
str string
return System