C# 클래스 Hpdi.HashLib.XorHash32To16

16-bit hash function based on XORing the upper and lower words of a 32-bit hash.
상속: Hash16
파일 보기 프로젝트 열기: abevoelker/vss2git 1 사용 예제들

공개 메소드들

메소드 설명
Compute ( byte bytes ) : ushort
Compute ( byte bytes, int offset, int limit ) : ushort
XorHash32To16 ( Hash32 hash32 )

메소드 상세

Compute() 공개 메소드

public Compute ( byte bytes ) : ushort
bytes byte
리턴 ushort

Compute() 공개 메소드

public Compute ( byte bytes, int offset, int limit ) : ushort
bytes byte
offset int
limit int
리턴 ushort

XorHash32To16() 공개 메소드

public XorHash32To16 ( Hash32 hash32 )
hash32 Hash32