C# 클래스 Secp256k1.Hex

파일 보기 프로젝트 열기: TangibleCryptography/Secp256k1

공개 메소드들

메소드 설명
AsciiToHex ( string ascii ) : string
BigIntegerToHex ( System.Numerics.BigInteger value ) : string
BytesToHex ( byte bytes ) : string
HexToBigInteger ( string hex ) : System.Numerics.BigInteger
HexToBytes ( string hex ) : byte[]

비공개 메소드들

메소드 설명
Hex ( ) : System

메소드 상세

AsciiToHex() 공개 정적인 메소드

public static AsciiToHex ( string ascii ) : string
ascii string
리턴 string

BigIntegerToHex() 공개 정적인 메소드

public static BigIntegerToHex ( System.Numerics.BigInteger value ) : string
value System.Numerics.BigInteger
리턴 string

BytesToHex() 공개 정적인 메소드

public static BytesToHex ( byte bytes ) : string
bytes byte
리턴 string

HexToBigInteger() 공개 정적인 메소드

public static HexToBigInteger ( string hex ) : System.Numerics.BigInteger
hex string
리턴 System.Numerics.BigInteger

HexToBytes() 공개 정적인 메소드

public static HexToBytes ( string hex ) : byte[]
hex string
리턴 byte[]