Метод | Описание | |
---|---|---|
ComputeHash ( string str, bool fix = true ) : ulong | ||
Initialize ( ) : void |
Метод | Описание | |
---|---|---|
HashCore ( byte array, int ibStart, int cbSize ) : void | ||
HashFinal ( ) : byte[] |
Метод | Описание | |
---|---|---|
Final ( ) : void | ||
Mix ( ) : void | ||
rot ( uint x, int k ) : uint |
public ComputeHash ( string str, bool fix = true ) : ulong | ||
str | string | |
fix | bool | |
Результат | ulong |
protected HashCore ( byte array, int ibStart, int cbSize ) : void | ||
array | byte | |
ibStart | int | |
cbSize | int | |
Результат | void |