C# Class AniDBmini.HashAlgorithms.Ed2k

Inheritance: System.Security.Cryptography.HashAlgorithm
Afficher le fichier Open project: ahodesuka/AniDBmini

Méthodes publiques

Méthode Description
Cancel ( ) : void
ComputeHash ( Stream stream ) : byte[]
Ed2k ( ) : System.Collections.Generic
Initialize ( ) : void

Méthodes protégées

Méthode Description
HashCore ( byte b, int offset, int length ) : void
HashFinal ( ) : byte[]

Calculates both ed2k hashes

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

ComputeHash() public méthode

public ComputeHash ( Stream stream ) : byte[]
stream System.IO.Stream
Résultat byte[]

Ed2k() public méthode

public Ed2k ( ) : System.Collections.Generic
Résultat System.Collections.Generic

HashCore() protected méthode

protected HashCore ( byte b, int offset, int length ) : void
b byte
offset int
length int
Résultat void

HashFinal() protected méthode

Calculates both ed2k hashes
protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void