C# Class bitmessage.ProofOfWork

ファイルを表示 Open project: sharpbitmessage/SharpBitmessage

Public Methods

Method Description
AddPow ( byte data ) : byte[]
Target ( ) : System.UInt64
Target ( int length ) : System.UInt64

Private Methods

Method Description
AddPow ( ) : byte[]
CalcHash512ThreadProc ( object o ) : void
ProofOfWork ( byte data ) : System

Method Details

AddPow() public static method

public static AddPow ( byte data ) : byte[]
data byte
return byte[]

Target() public method

public Target ( ) : System.UInt64
return System.UInt64

Target() public static method

public static Target ( int length ) : System.UInt64
length int
return System.UInt64