C# 클래스 CavemanTools.Hashing.Murmur3

COPIED FROM http://blog.teamleadnet.com/2012/08/murmurhash3-ultra-fast-hash-algorithm.html
파일 보기 프로젝트 열기: sapiens/cavemantools

공개 프로퍼티들

프로퍼티 타입 설명
READ_SIZE ulong

공개 메소드들

메소드 설명
ComputeHash ( byte bb ) : byte[]

비공개 메소드들

메소드 설명
MixBody ( ulong k1, ulong k2 ) : void
MixFinal ( ulong k ) : ulong
MixKey1 ( ulong k1 ) : ulong
MixKey2 ( ulong k2 ) : ulong
ProcessBytes ( byte bb ) : void
ProcessBytesRemaining ( byte bb, ulong remaining, int pos ) : void

메소드 상세

ComputeHash() 공개 메소드

public ComputeHash ( byte bb ) : byte[]
bb byte
리턴 byte[]

프로퍼티 상세

READ_SIZE 공개적으로 정적으로 프로퍼티

public static ulong READ_SIZE
리턴 ulong