C# Class Versionr.Utilities.Murmur3

Afficher le fichier Open project: eatplayhate/versionr

Méthodes publiques

Свойство Type Description
READ_SIZE ulong

Méthodes publiques

Méthode Description
ComputeHash ( byte bb, int length = -1 ) : byte[]

Private Methods

Méthode Description
MixBody ( ulong k1, ulong k2 ) : void
MixFinal ( ulong k ) : ulong
MixKey1 ( ulong k1 ) : ulong
MixKey2 ( ulong k2 ) : ulong
ProcessBytes ( byte bb, int count ) : void
ProcessBytesRemaining ( byte bb, ulong remaining, int pos ) : void

Method Details

ComputeHash() public méthode

public ComputeHash ( byte bb, int length = -1 ) : byte[]
bb byte
length int
Résultat byte[]

Property Details

READ_SIZE public_oe static_oe property

public static ulong READ_SIZE
Résultat ulong