C# Class OctoTorrent.Common.Hashes

Exibir arquivo Open project: Eskat0n/OctoTorrent

Public Methods

Method 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

Method Description
Hashes ( byte hashData, int count ) : System

Method Details

IsValid() public method

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
return bool

ReadHash() public method

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