C# Class CASCExplorer.Jenkins96

Inheritance: System.Security.Cryptography.HashAlgorithm
Show file Open project: WoW-Tools/CASCExplorer Class Usage Examples

Public Methods

Method Description
ComputeHash ( string str, bool fix = true ) : ulong
Initialize ( ) : void

Protected Methods

Method Description
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Private Methods

Method Description
rot ( uint x, int k ) : uint

Method Details

ComputeHash() public method

public ComputeHash ( string str, bool fix = true ) : ulong
str string
fix bool
return ulong

HashCore() protected method

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void