C# Class GSF.IO.FileStructure.Murmur3

A specialized implementation of MurMur3 that requires the data be aligned to 16-byte boundaries.
ファイルを表示 Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
ComputeHash ( byte bb, int length, ulong &checksum1, ulong &checksum2 ) : void

Method Details

ComputeHash() public static method

public static ComputeHash ( byte bb, int length, ulong &checksum1, ulong &checksum2 ) : void
bb byte
length int
checksum1 ulong
checksum2 ulong
return void