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
|
Méthode | Description | |
---|---|---|
Hashes ( byte hashData, int count ) : System |
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 |
public ReadHash ( int hashIndex ) : byte[] | ||
hashIndex | int | Piece/hash index to return |
Résultat | byte[] |