C# Class CASCExplorer.Jenkins96

Inheritance: System.Security.Cryptography.HashAlgorithm
Afficher le fichier Open project: WoW-Tools/CASCExplorer Class Usage Examples

Méthodes publiques

Méthode Description
ComputeHash ( string str, bool fix = true ) : ulong
Initialize ( ) : void

Méthodes protégées

Méthode Description
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Private Methods

Méthode Description
rot ( uint x, int k ) : uint

Method Details

ComputeHash() public méthode

public ComputeHash ( string str, bool fix = true ) : ulong
str string
fix bool
Résultat ulong

HashCore() protected méthode

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void