C# 클래스 CASCExplorer.Jenkins96

상속: System.Security.Cryptography.HashAlgorithm
파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer 1 사용 예제들

공개 메소드들

메소드 설명
ComputeHash ( string str, bool fix = true ) : ulong
Initialize ( ) : void

보호된 메소드들

메소드 설명
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

비공개 메소드들

메소드 설명
rot ( uint x, int k ) : uint

메소드 상세

ComputeHash() 공개 메소드

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

HashCore() 보호된 메소드

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

HashFinal() 보호된 메소드

protected HashFinal ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void