C# Class OctoTorrent.Common.Hashes

Afficher le fichier Open project: Eskat0n/OctoTorrent

Méthodes publiques

Méthode Description
IsValid ( byte hash, int hashIndex ) : bool

Determine whether a calculated hash is equal to our stored hash

ReadHash ( int hashIndex ) : byte[]

Returns the hash for a specific piece

Private Methods

Méthode Description
Hashes ( byte hashData, int count ) : System

Method Details

IsValid() public méthode

Determine whether a calculated hash is equal to our stored hash
public IsValid ( byte hash, int hashIndex ) : bool
hash byte Hash code to check
hashIndex int Index of hash/piece to verify against
Résultat bool

ReadHash() public méthode

Returns the hash for a specific piece
public ReadHash ( int hashIndex ) : byte[]
hashIndex int Piece/hash index to return
Résultat byte[]