C# 클래스 BitSharper.VersionedChecksummedBytes

In BitCoin the following format is often used to represent some type of key:

[one version byte] [data bytes] [4 checksum bytes]

and the result is then Base58 encoded. This format is used for addresses, and private keys exported using the "dumpprivkey" command.

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

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
VersionedChecksummedBytes ( int version, byte bytes ) : System
VersionedChecksummedBytes ( string encoded ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VersionedChecksummedBytes() 보호된 메소드

protected VersionedChecksummedBytes ( int version, byte bytes ) : System
version int
bytes byte
리턴 System

VersionedChecksummedBytes() 보호된 메소드

protected VersionedChecksummedBytes ( string encoded ) : System
encoded string
리턴 System