C# Class CavemanTools.Hashing.Murmur3

COPIED FROM http://blog.teamleadnet.com/2012/08/murmurhash3-ultra-fast-hash-algorithm.html
Show file Open project: sapiens/cavemantools

Public Properties

Property Type Description
READ_SIZE ulong

Public Methods

Method Description
ComputeHash ( byte bb ) : byte[]

Private Methods

Method Description
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

Method Details

ComputeHash() public method

public ComputeHash ( byte bb ) : byte[]
bb byte
return byte[]

Property Details

READ_SIZE public static property

public static ulong READ_SIZE
return ulong