C# Class bitmessage.ProofOfWork

Afficher le fichier Open project: sharpbitmessage/SharpBitmessage

Méthodes publiques

Méthode Description
AddPow ( byte data ) : byte[]
Target ( ) : System.UInt64
Target ( int length ) : System.UInt64

Private Methods

Méthode Description
AddPow ( ) : byte[]
CalcHash512ThreadProc ( object o ) : void
ProofOfWork ( byte data ) : System

Method Details

AddPow() public static méthode

public static AddPow ( byte data ) : byte[]
data byte
Résultat byte[]

Target() public méthode

public Target ( ) : System.UInt64
Résultat System.UInt64

Target() public static méthode

public static Target ( int length ) : System.UInt64
length int
Résultat System.UInt64